aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android
Commit message (Expand)AuthorAge
* Make android_integration_test run again!Gravatar Adam Michael2016-10-27
* Use TEST_TMPDIR for zip_manifest_extractor_test.sh.Gravatar Adam Michael2016-10-26
* Fix zip_manifest_creator dep in bazel_tools repo with an alias.Gravatar Adam Michael2016-10-26
* Merge all jars in AAR in aar_import, not just classes.jarGravatar Adam Michael2016-10-26
* Adds support to aar_import for native libs in /jni.Gravatar Adam Michael2016-10-25
* Refactor AarImportRule into a base rule.Gravatar Adam Michael2016-10-14
* Explicitly specify the directories in the Android SDK needed for tests.Gravatar Adam Michael2016-10-12
* Added support for rex to optionally compress dex files.Gravatar Googler2016-10-12
* Rollback of commit af8ebca2b88a0ee1129b72b4ce825f6489c31e67.Gravatar Damien Martin-Guillerez2016-10-05
* Open source dex merging tools for incremental dexing.Gravatar Adam Michael2016-09-30
* patch bootclasspath to allow javac to compile lambdas and method references i...Gravatar Googler2016-09-28
* Change the filegroup for the android sdk to an alias to unbreak android in ba...Gravatar Alex Humesky2016-09-23
* Java 8 support for Android builds, initially with incremental dexing only.Gravatar Googler2016-09-19
* Adds a jar filter to the IntelliJ IDE aspect.Gravatar Googler2016-09-06
* Add BUILD target for bazel apksigner and BUILD.tools so that it can be used inGravatar Adam Michael2016-09-02
* Add a resource validator action for android_libraryGravatar Googler2016-08-30
* Add a lightweight resource merge action.Gravatar Googler2016-08-30
* Merge xmlns decls in old manifest merger to help transitionGravatar Googler2016-08-26
* Add external reference for android customtabsGravatar Simon Horlick2016-08-25
* Delete unused empty file.Gravatar Adam Michael2016-08-18
* Replaces sh_binary redirects with aliases in Bazel.Gravatar Adam Michael2016-08-18
* Add a resource parsing action.Gravatar Googler2016-07-28
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Roll forward of commit 2ba818ca7d2c77f517f1c0e6540c9af0501b7fb2: Ensure manif...Gravatar Andrew Pellegrini2016-06-22
* Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" ...Gravatar Philipp Wollermann2016-06-21
* Rollback of commit df39a8a06e32aa864d2504df1ea2c7ed162c8c1d.Gravatar Googler2016-06-16
* Ensure manifest merger places the application element as the last child of th...Gravatar Andrew Pellegrini2016-06-16
* Adds a step before creating the resource apk (ap_) to swap out the applicationGravatar Alex Humesky2016-06-13
* Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9.Gravatar Lukacs Berki2016-06-06
* Migrate to alias-based redirection for android_sdk.Gravatar Lukacs Berki2016-06-06
* Make Android rules/tests refer to the correct runfiles pathsGravatar Kristina Chodorow2016-05-31
* 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