aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidBinary.java
Commit message (Expand)AuthorAge
* Filter LocalResourceContainer and use it to get a filtered ResourceContainerGravatar Googler2017-07-17
* Detect one version violations while building android_binary targetsGravatar Googler2017-07-14
* Making mobile-install v2 compatible with ASwB pluginGravatar Googler2017-07-12
* Remove all non-essential call sites of methods on Jvm.Gravatar lberki2017-07-07
* Remove JavaIdeInfoProvider.Gravatar dslomov2017-07-07
* Automated rollback of commit 480d6038905b3c8de09a362e2759fc6b8abe634c.Gravatar twerth2017-07-05
* Add minSdkVersion optimization to Blaze.Gravatar Googler2017-07-03
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Refactoring the ApplicationManifest for clarity:Gravatar corysmith2017-06-29
* Pass the unsigned apk and the keystore to ApkProvider.Gravatar Googler2017-06-20
* Cleanup the interface of ApkActionsBuilder.Gravatar ajmichael2017-06-05
* Remove NestedSets from ApkProvider.Gravatar ajmichael2017-06-01
* Remove outdated comment.Gravatar ajmichael2017-05-23
* Flag cleanup (Step 1 of 3): Make use_singlejar_for_proguard_libraryjars a no-...Gravatar Googler2017-05-03
* Deprecate --experimental_android_use_singlejar_for_multidex.Gravatar ajmichael2017-04-25
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* In android_library targets, R.class files should not be runtime dependenciesGravatar Googler2017-04-18
* Add feature_flags attribute to Android binary rules.Gravatar mstaib2017-04-13
* Introduce hidden configuration flag to list dexopts used by DexFileMerger too...Gravatar kmb2017-04-12
* Pass --keep-main-dex flag to rex when multidex mode is set to legacyGravatar Googler2017-04-10
* Remove getAaptSupportsMainDexCreation from AndroidSdkProvider.Gravatar ajmichael2017-04-07
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Modify AndroidSemantics#addMainDexListActionArguments to take proguard map as...Gravatar Googler2017-03-31
* Description redacted.Gravatar Adam Michael2017-03-28
* introduce hidden flag to configure bytecode optimizersGravatar Kevin Bierhoff2017-03-27
* Un-rollback and fix bugs in resource density filteringGravatar Googler2017-03-27
* Rollback of commit 1e18045ed9d6ab9c945cec69286a7d8bd288a507.Gravatar Tobias Werth2017-03-23
* Filter android_binary resources by screen density in the analysis phaseGravatar Googler2017-03-22
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-03-21
* Stop Bazel from crashing on data-bound Android libraries with no resources.Gravatar Greg Estren2017-03-16
* Make mobile-install work with --use_singlejar_apkbuilder.Gravatar Adam Michael2017-03-14
* Global cleanup change.Gravatar Googler2017-03-09
* --Gravatar Googler2017-03-02
* 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
* Implicitly generate Proguard obfuscation mapping file for android_binary targ...Gravatar Andrew Pellegrini2017-02-24
* Move rexed proguard map to top level blaze-bin directory when rex enabledGravatar Googler2017-01-25
* Add the Android resource shrinker log as a file to build when shrinking is pe...Gravatar Andrew Pellegrini2017-01-25
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Clean up RuleContext's attribute access API.Gravatar Greg Estren2016-12-02
* --experimental_android_use_singlejar_for_multidex compresses classes*.dexGravatar Adam Michael2016-11-30
* Adds internal data binding support to Bazel, although thisGravatar Greg Estren2016-11-21
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* Add support for --keep-main-dex flag to RexGravatar Googler2016-11-02
* Add support for Rex package mapGravatar Googler2016-11-02
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Multidex uses singlejar instead of zip.Gravatar Adam Michael2016-10-25
* Add a flag to android_binary to allow resource shrinking to be controlled on ...Gravatar Googler2016-10-14