1. fcd6847 Add a resource parsing action. by Googler · 9 years ago
  2. 3348513 More pieces of RClassGeneratorAction by Googler · 9 years ago
  3. e1a4a81 Adds the Android manifest merger as an option for android_binary rules. The merger that is used (legacy or android) is controlled by the manifest_merger attribute on android_binary and the default is controlled by the --android_manifest_merger flag. by Andrew Pellegrini · 9 years ago
  4. 4ec251b Roll forward of commit 2ba818ca7d2c77f517f1c0e6540c9af0501b7fb2: Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
  5. a5afe95 Replace #!/bin/bash -eu with #!/bin/bash and "set -eu". Otherwise, the "-eu" is not picked up when you run the scripts manually using "bash script.sh". by Philipp Wollermann · 9 years ago
  6. 2ba818c Rollback of commit df39a8a06e32aa864d2504df1ea2c7ed162c8c1d. by Googler · 9 years ago
  7. df39a8a Ensure manifest merger places the application element as the last child of the manifest element. This is required for Android N. by Andrew Pellegrini · 9 years ago
  8. 5b815a5 Adds a step before creating the resource apk (ap_) to swap out the application by Alex Humesky · 9 years ago
  9. 8240b74 Rollback of commit bda8ae9212621da50d6b18f185f99450fb6d6da9. by Lukacs Berki · 9 years ago
  10. bba483f Migrate to alias-based redirection for android_sdk. by Lukacs Berki · 9 years ago
  11. dc54452 Make Android rules/tests refer to the correct runfiles paths by Kristina Chodorow · 9 years ago
  12. c9d4fae Global cleanup change. by Michael Staib · 9 years ago
  13. 9a21e20 Distinguish between the build tools version and the build tools directory in android_sdk_repository so that preview sdks can be correctly handled. For example, the name in the build-tools directory might be "24.0.0-preview", but its version is actually "24 rc3" from build-tools/24.0.0-preview/source.properties. by Alex Humesky · 9 years ago
  14. 28cc14b Fix paths in Android scripts to always look under bazel_tools by Kristina Chodorow · 9 years ago
  15. bac102a Set --android_sdk=@bazel_tools//tools/android:sdk by default and delete Constants.ANDROID_DEFAULT_SDK. by Luis Fernando Pino Duque · 9 years ago
  16. 6ba22c0 Add the workspace name to the SDK path by Kristina Chodorow · 9 years ago
  17. ea81a70 Allow for non-ascii values for android:versionName by Googler · 9 years ago
  18. b123736 Adds the 64 bit library directory for aapt, aidl, and zipalign, which was added by Alex Humesky · 9 years ago
  19. 262cf37 Correct Bazel's google_play_services built-in custom_package definition, as it is incorrect. by Todd Jeffreys · 9 years ago
  20. ffec352 Change android_sdk_repository to use a Skylark-based template. by Michael Staib · 9 years ago
  21. ce83f39 Incremental dexing for sharded android_binary targets by Googler · 9 years ago
  22. cc30db9 Adds the ResourceShrinkerAction. Uses the results of resource processing and a dead code removal Proguard pass to create an ap_ without unused resources to be used when building android_binary targets. by Andrew Pellegrini · 9 years ago
  23. 60f6cf6 Tweak error detection in incremental_install.py . by Lukacs Berki · 9 years ago
  24. 5e34a3d ASwB aspect: parse java packages during execution by Googler · 9 years ago
  25. f97a447 Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py. by Lukacs Berki · 9 years ago
  26. 38eb39d The <use-permission-sdk-23> tag is not merged into final manifest by Googler · 9 years ago
  27. 6817a6f Allow Java libraries to export and propagate proguard_specs. by Michael Staib · 9 years ago
  28. ebb0039 Replace 'Google Inc' by the 'Bazel Authors' by Damien Martin-Guillerez · 10 years ago
  29. c2579a5 Refactors proguard_whitelister. by Alex Humesky · 10 years ago
  30. 22616ae Add Android IDL jar outputs. by Googler · 10 years ago
  31. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  32. f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 10 years ago
  33. 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
  34. 87374e6 Make android_binary use a constant, hard-coded, checked-in debug key. by Lukacs Berki · 10 years ago
  35. c49ebe1 Fix the name of the android tools dependencies by Damien Martin-Guillerez · 10 years ago
  36. d5079a5 Require an android_local_tools_repository stanza in the WORKSPACE file so that Bazel finds Android tools and update the tools themselves to handle their new location. by Lukacs Berki · 10 years ago
  37. faff718 Make the installer script support incremental installation with split .apks (only for devices with Android M). by Lukacs Berki · 10 years ago
  38. a3a33d7 Upload libraries for an alternative ABI if the native ABI of the device is not supported in the app to be installed. by Lukacs Berki · 10 years ago
  39. ff6ef9b Clean up some code in incremental_install.py . by Lukacs Berki · 10 years ago
  40. 2593007 Add glue logic to make the dex_shards attribute of android_binary work in Bazel. by Lukacs Berki · 10 years ago
  41. 73d4fc9 Add "warm" starting to mobile-install. by Googler · 10 years ago
  42. b4b19bc Always re-install all native libraries on non-incremental installations. by Lukacs Berki · 10 years ago
  43. ecbf242 Make the Android incremental installer script support incrementally installing native libraries. by Lukacs Berki · 10 years ago
  44. 15d129a Make //src/test/shell:bazel_test work again. by Lukacs Berki · 10 years ago
  45. 43f0c33 The final CL in getting Android support to work: add resources_processor.sh and aar_generator.sh to the tools directory and make stub applications proper android_library rules instead of stub filegroups. by Lukacs Berki · 10 years ago
  46. d13716a Open source AarGeneratorAction and AndroidResourceProcessingAction. by Andrew Pellegrini · 10 years ago
  47. 9c37ab1 Add a tools/android/jack package to the Bazel tree so that Android rules actually work. This is a temporary measure until these targets are integrated into android_sdk . by Lukacs Berki · 10 years ago
  48. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  49. 7586c8b Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider: by Lukacs Berki · 10 years ago
  50. 682ad92 Change the way --flagfile is implemented. by Lukacs Berki · 10 years ago
  51. b46c635 Adds tools for building Android apps. by Alex Humesky · 10 years ago
  52. a4ecde6 Adds tools for installing Android apps. by Alex Humesky · 10 years ago