aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android
Commit message (Expand)AuthorAge
* Global cleanup change.Gravatar Michael Staib2016-05-11
* Distinguish between the build tools version and the build tools directory in ...Gravatar Alex Humesky2016-05-09
* Fix paths in Android scripts to always look under bazel_toolsGravatar Kristina Chodorow2016-05-03
* Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Const...Gravatar Luis Fernando Pino Duque2016-04-27
* Add the workspace name to the SDK pathGravatar Kristina Chodorow2016-04-25
* Allow for non-ascii values for android:versionNameGravatar Googler2016-04-18
* Adds the 64 bit library directory for aapt, aidl, and zipalign, which was addedGravatar Alex Humesky2016-04-08
* Correct Bazel's google_play_services built-in custom_package definition, as i...Gravatar Todd Jeffreys2016-03-25
* Change android_sdk_repository to use a Skylark-based template.Gravatar Michael Staib2016-03-25
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Adds the ResourceShrinkerAction. Uses the results of resource processing and ...Gravatar Andrew Pellegrini2016-02-23
* Tweak error detection in incremental_install.py .Gravatar Lukacs Berki2015-12-16
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py.Gravatar Lukacs Berki2015-11-13
* The <use-permission-sdk-23> tag is not merged into final manifestGravatar Googler2015-10-12
* Allow Java libraries to export and propagate proguard_specs.Gravatar Michael Staib2015-10-06
* Replace 'Google Inc' by the 'Bazel Authors'Gravatar Damien Martin-Guillerez2015-09-30
* Refactors proguard_whitelister.Gravatar Alex Humesky2015-09-30
* Add Android IDL jar outputs.Gravatar Googler2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Improve error message for INSTALL_FAILED_OLDER_SDK from adb.Gravatar Alex Humesky2015-09-22
* Make --split_apk mobile-install work with a pristine device.Gravatar Lukacs Berki2015-09-15
* Make android_binary use a constant, hard-coded, checked-in debug key. Gravatar Lukacs Berki2015-09-04
* Fix the name of the android tools dependenciesGravatar Damien Martin-Guillerez2015-09-03
* Require an android_local_tools_repository stanza in the WORKSPACE file so tha...Gravatar Lukacs Berki2015-08-26
* Make the installer script support incremental installation with split .apks (...Gravatar Lukacs Berki2015-08-20
* Upload libraries for an alternative ABI if the native ABI of the device is no...Gravatar Lukacs Berki2015-08-20
* Clean up some code in incremental_install.py .Gravatar Lukacs Berki2015-08-14
* Add glue logic to make the dex_shards attribute of android_binary work in Bazel.Gravatar Lukacs Berki2015-08-04
* Add "warm" starting to mobile-install.Gravatar Googler2015-08-04
* Always re-install all native libraries on non-incremental installations.Gravatar Lukacs Berki2015-07-30
* Make the Android incremental installer script support incrementally installin...Gravatar Lukacs Berki2015-07-29
* Make //src/test/shell:bazel_test work again.Gravatar Lukacs Berki2015-06-30
* The final CL in getting Android support to work: add resources_processor.sh a...Gravatar Lukacs Berki2015-06-30
* Open source AarGeneratorAction and AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2015-06-26
* Add a tools/android/jack package to the Bazel tree so that Android rules actu...Gravatar Lukacs Berki2015-06-17
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Change the way --flagfile is implemented.Gravatar Lukacs Berki2015-06-11
* Adds tools for building Android apps.Gravatar Alex Humesky2015-05-27
* Adds tools for installing Android apps.Gravatar Alex Humesky2015-05-22