aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/android
Commit message (Expand)AuthorAge
* Create AndroidManifest.xml symlink if user provides a manifest not namedGravatar jingwen2017-09-25
* Only load the whitelist for Android targets if they use feature flags.Gravatar mstaib2017-09-21
* Always pass resource filters to aaptGravatar Googler2017-09-20
* Include library R classes in runtime classpath for library but not binaryGravatar Googler2017-09-20
* CI,windows: create test_suites for Windows testsGravatar L?szl? Csomor2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Shard AndroidLibraryTest.Gravatar ajmichael2017-09-18
* Implemented a check for implicitly-exported deps in android_library, and rais...Gravatar jingwen2017-09-14
* Port BUILD dependency change from https://github.com/bazelbuild/bazel/commit/...Gravatar gregce2017-09-14
* Remove concept of "processorFlags" from Bazel.Gravatar ajmichael2017-09-14
* Automated rollback of commit e92e3d8a4fcab49cda1a2bebc02d5119798d5258.Gravatar pcloudy2017-09-13
* Enable resource shrinking for aapt2.Gravatar corysmith2017-09-12
* Remove an internal test.Gravatar ajmichael2017-09-12
* Shard AndroidBinaryTest.Gravatar ajmichael2017-09-11
* Make --experimental_android_use_nocompress_extensions_on_apk a no-op.Gravatar ajmichael2017-09-08
* Make proguard_apply_dictionary also add it to Proguard's -classobfuscationdis...Gravatar Googler2017-09-07
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Remove unused android_sdk.resource_extractor attribute from all BUILD files inGravatar jingwen2017-08-31
* Error reporting for invalid dynamic configurationsGravatar cparsons2017-08-31
* Add support for Proguard's -obfuscationdictionary command line parameter with...Gravatar Googler2017-08-30
* Save density information to manifests when filtering resources in analysisGravatar Googler2017-08-30
* aar_import creates res/values/empty.xml if it contains no resources.Gravatar ajmichael2017-08-29
* Add a test to ensure that the AndroidManifest.xml from an aar_import isGravatar ajmichael2017-08-28
* Adds -p to zipalign invocation to align stored (not compressed) .so files in ...Gravatar ahumesky2017-08-25
* Naming style fix for AndroidInstrumentationInfo(Provider).Gravatar dslomov2017-08-25
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Add resource filtering support for third pseudolocaleGravatar Googler2017-08-24
* Remove unnecessary custom android_sdk from apksigner tests.Gravatar ajmichael2017-08-23
* Move AarImportTest into the proper package.Gravatar ajmichael2017-08-23
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Resource filtering properly handles pseudolocalesGravatar Googler2017-08-22
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Desugar all the Android builds!Gravatar ajmichael2017-08-18
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Add flag to use processed resource apk manifest fileGravatar Googler2017-08-09
* Windows, AndroidBusyBox: always use params filesGravatar laszlocsomor2017-08-09
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Use dynamically configured resource filteringGravatar Googler2017-07-31
* Assert that declared providers are not TransitiveInfoProviders.Gravatar dslomov2017-07-28
* Resource filtering should preserve all matching artifacts, despite shared namesGravatar Googler2017-07-27
* Add the android.jar to the validate and link step for aapt2.Gravatar corysmith2017-07-26
* Make --experimental_use_parallel_android_resource_processing a no-op.Gravatar ajmichael2017-07-26
* Make all test cases pass with --noexperimental_separate_genfiles_directory.Gravatar lberki2017-07-24
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Dynamic transitions for controlling resource filteringGravatar Googler2017-07-18
* ResourceFilter supports dynamically configured resource filteringGravatar Googler2017-07-17
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Android tests: prepare tests for parameter filesGravatar laszlocsomor2017-07-06
* Handle problematic resource qualifiers in references to individual resourcesGravatar Googler2017-07-05