aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/android
Commit message (Expand)AuthorAge
* Use cc implementation of singlejar except on Windows.Gravatar Xin Gao2017-05-31
* Set the correct main class on the desugar java_binary target in Bazel.Gravatar ajmichael2017-05-10
* Allow android compilations to use type annotationsGravatar cushon2017-05-08
* Add compile_jars for Skylark to JavaProviderGravatar Stephen Twigg2017-05-05
* Improve error message when building Android rules without an SDK.Gravatar ajmichael2017-05-05
* Stop using zip and unzip in android shell tests.Gravatar ajmichael2017-05-04
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Make android_sdk_repository generate filegroups containing system image files...Gravatar ajmichael2017-04-12
* Remove apkbuilder from Bazel's android_sdk.Gravatar ajmichael2017-04-06
* Remove jack tools from Bazel.Gravatar ajmichael2017-04-05
* Make mobile-install wait for debuggerGravatar Googler2017-03-17
* Rollback of commit adf051ead3b747081639600fb4a9e043a798b2df.Gravatar Googler2017-03-16
* Replace all instances of org_unified_launcher with android_test_support.Gravatar Adam Michael2017-03-16
* Add emulator_images_%s filegroups for Bazel Android devices.Gravatar Adam Michael2017-03-15
* Add --activity_name_file flag and modify --start flag in incremental_install....Gravatar Googler2017-03-14
* Improve AndroidSdkRepositoryTest.Gravatar Adam Michael2017-02-20
* Make android_device pass --android_sdk_path to unified launcher.Gravatar Adam Michael2017-02-14
* gen_java_lang_invoke_jar should not use java from $PATH.Gravatar Adam Michael2017-02-13
* Open source java 8 desugarer.Gravatar Adam Michael2017-02-10
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Add emulator shared libs to android_device launcher runfiles.Gravatar Adam Michael2017-02-02
* Rollback of commit 932d1abfa34267a9e5abc7441c9e2a081beedd85.Gravatar Adam Michael2017-02-02
* Rollback of commit 06072c557290b97cb2d2e4fd255b647a9208cb5c.Gravatar Yun Peng2017-02-01
* Make android_sdk_repository discover all system-images directories in the sdk.Gravatar Adam Michael2017-02-01
* Make the Bazel unified launcher alias point to unified_launcher_head.Gravatar Adam Michael2017-02-01
* Create aliases for tools for upcoming android_device rule.Gravatar Adam Michael2017-01-27
* Fix build_split_manifest.py to not include the versionCode or versionNameGravatar Alex Humesky2017-01-27
* Don't bundle android tests into the Bazel binary.Gravatar Adam Michael2017-01-20
* Make android_sdk_repository create one android_sdk per api level in the SDK.Gravatar Adam Michael2017-01-12
* Remove filegroups in tools/android/BUILD.tools in favor of aliases.Gravatar Adam Michael2017-01-09
* Split tools/android/BUILD into BUILD and BUILD.tools.Gravatar Adam Michael2017-01-05
* Rollback of commit e81ff0e156647ae680346ac833313319e7ea69d6.Gravatar Alex Humesky2016-12-22
* Remove broken and unused Android tools aliases.Gravatar Adam Michael2016-12-22
* Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea.Gravatar Adam Michael2016-12-15
* Rollback of commit 14e35546302a48d1074bc2456ef4d63c27c9d3a1.Gravatar Adam Michael2016-12-07
* Bazel uses apksigner from SDK build-tools instead of embedded jar.Gravatar Adam Michael2016-12-06
* Rollback of commit f699b502ef6a57dc68570486191ad1c318e8fd1b.Gravatar Adam Michael2016-12-01
* Delete old targets from android_sdk_repository_template.bzlGravatar Adam Michael2016-11-30
* resource_extractor.py should preserve the timestamps of entries of the input JARGravatar Adam Michael2016-11-17
* Open source resource_extractor.py for singlejar apk building.Gravatar Adam Michael2016-11-16
* Make aar_embedded_jar_extractor.py not try to recreate the output directory.Gravatar Adam Michael2016-11-09
* 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