aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidConfiguration.java
Commit message (Expand)AuthorAge
* Add flag to use processed resource apk manifest fileGravatar Googler2017-08-09
* Use dynamically configured resource filteringGravatar Googler2017-07-31
* Make --experimental_use_parallel_android_resource_processing a no-op.Gravatar ajmichael2017-07-26
* Remove --experimental_android_use_singlejar_for_multidex.Gravatar ajmichael2017-07-21
* Allow the aapt2 code paths to be enabled by either flag or attribute.Gravatar corysmith2017-07-21
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-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
* Minor cleanup of AndroidConfiguration.Gravatar ajmichael2017-07-12
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* Remove FragmentOptions' addAllLabels and getAllLabels and friends.Gravatar mstaib2017-07-07
* RELNOTES: Add option for Android specific grte_topGravatar Googler2017-07-06
* Enable incremental dexing by default.Gravatar ajmichael2017-07-03
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Enabling Aapt2 processing:Gravatar corysmith2017-06-26
* Pass the unsigned apk and the keystore to ApkProvider.Gravatar Googler2017-06-20
* Roll forward R generation for Robolectric behind a flag to enable testingGravatar Googler2017-06-19
* Remove no-op use_singlejar_for_proguard_libraryjars flag - it was removed fro...Gravatar Googler2017-05-26
* Make default value of exports_manifest depend on a flag.Gravatar ajmichael2017-05-08
* Remove implicitRequirements from --experimental_android_compress_java_resources.Gravatar ajmichael2017-05-04
* Flag cleanup (Step 1 of 3): Make use_singlejar_for_proguard_libraryjars a no-...Gravatar Googler2017-05-03
* Remove implicit requirements on --use_singlejar_apkbuilder.Gravatar ajmichael2017-05-02
* Automated g4 rollback of commit 6af104a0cf5662d53e4f55b7d5a64255ce470a53.Gravatar ajmichael2017-04-30
* Make --experimental_android_compress_java_resources true by default.Gravatar ajmichael2017-04-28
* Hide --experimental_android_use_singlejar_for_multidex.Gravatar ajmichael2017-04-27
* Deprecate --experimental_android_use_singlejar_for_multidex.Gravatar ajmichael2017-04-25
* RELNOTES: NoneGravatar ajmichael2017-04-19
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Introduce hidden configuration flag to list dexopts used by DexFileMerger too...Gravatar kmb2017-04-12
* Support multidex in Bazel.Gravatar ajmichael2017-04-11
* Update incremental dexing helper flag defaultsGravatar kmb2017-04-06
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Add flag to compress all Java resources before bundling them into the APK.Gravatar ajmichael2017-04-03
* Build android_binary APKs with Singlejar by default.Gravatar ajmichael2017-03-31
* Move ResourceFilter into AndroidConfigurationGravatar Googler2017-03-31
* Sign all android_binarys with both the v1 and v2 signature schemes by default.Gravatar Adam Michael2017-03-28
* turn on --experimental_incremental_dexing_error_on_missed_jars by default.Gravatar Kevin Bierhoff2017-03-27
* Enable Android parallel resource processing by default.Gravatar Adam Michael2017-03-23
* Create "internal" category of command-line options.Gravatar Michael Staib2017-03-20
* Remove support for --apk_signing_method=legacy_v1.Gravatar Adam Michael2017-03-16
* Improve memory efficiency of incremental dexing and introduce flag to error o...Gravatar Googler2017-03-01
* Description redacted.Gravatar Googler2017-02-24
* Filter android_binary resources during analysisGravatar Googler2017-02-24
* Remove DynamicModeFlag and thus fix crash caused by passing --dynamic_mode=au...Gravatar Lukacs Berki2017-02-17
* Guard incremental dexing of lite protos in android builds with flagGravatar Googler2017-02-17
* Fix test breakage, which tests build flags to be canonical, by maintaining --...Gravatar Andrew Pellegrini2017-01-31
* Move Android resource shrinking from experimental to stable.Gravatar Andrew Pellegrini2017-01-26
* Finish removing experimental_use_rclass_generator flagGravatar Googler2017-01-10