-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export more files in androidsdk #7823
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I0575d46bfd766a5e26090c68ba6ef132383a4844
Change-Id: I61202bf099bcb8199339658a805480bbc497b86a
Change-Id: I535b03f62709763cc35f3936e07562e195a9979b
bazel-io
pushed a commit
that referenced
this pull request
May 30, 2019
This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes #7823. Change-Id: I535b03f62709763cc35f3936e07562e195a9979b PiperOrigin-RevId: 250707568
bazel-io
pushed a commit
that referenced
this pull request
Jun 7, 2019
*** Reason for rollback *** Breaks running android_device targets Fixes bazel-contrib/rules_jvm_external#165 Fixes android/testing-samples#279 Needs to be cherrypicked into 0.27.0rc *** Original change description *** Export more files in androidsdk This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes #7823. PiperOrigin-RevId: 252095582
laurentlb
pushed a commit
that referenced
this pull request
Jun 7, 2019
*** Reason for rollback *** Breaks running android_device targets Fixes bazel-contrib/rules_jvm_external#165 Fixes android/testing-samples#279 Needs to be cherrypicked into 0.27.0rc *** Original change description *** Export more files in androidsdk This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes #7823. PiperOrigin-RevId: 252095582
irengrig
pushed a commit
to irengrig/bazel
that referenced
this pull request
Jun 18, 2019
This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes bazelbuild#7823. Change-Id: I535b03f62709763cc35f3936e07562e195a9979b PiperOrigin-RevId: 250707568
irengrig
pushed a commit
to irengrig/bazel
that referenced
this pull request
Jun 18, 2019
*** Reason for rollback *** Breaks running android_device targets Fixes bazel-contrib/rules_jvm_external#165 Fixes android/testing-samples#279 Needs to be cherrypicked into 0.27.0rc *** Original change description *** Export more files in androidsdk This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes bazelbuild#7823. PiperOrigin-RevId: 252095582
irengrig
pushed a commit
to irengrig/bazel
that referenced
this pull request
Jul 15, 2019
This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes bazelbuild#7823. Change-Id: I535b03f62709763cc35f3936e07562e195a9979b PiperOrigin-RevId: 250707568
irengrig
pushed a commit
to irengrig/bazel
that referenced
this pull request
Jul 15, 2019
*** Reason for rollback *** Breaks running android_device targets Fixes bazel-contrib/rules_jvm_external#165 Fixes android/testing-samples#279 Needs to be cherrypicked into 0.27.0rc *** Original change description *** Export more files in androidsdk This allows Android rule writers to access more file targets in `@androidsdk` directly. Closes bazelbuild#7823. PiperOrigin-RevId: 252095582
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This allows Android rule writers to access more file targets in
@androidsdk
directly.