1. f97a447 Remove android:hasCode from AndroidManifest.xml in stubify_manifest.py. by Lukacs Berki · 9 years ago
  2. 38eb39d The <use-permission-sdk-23> tag is not merged into final manifest by Googler · 9 years ago
  3. 6817a6f Allow Java libraries to export and propagate proguard_specs. by Michael Staib · 9 years ago
  4. ebb0039 Replace 'Google Inc' by the 'Bazel Authors' by Damien Martin-Guillerez · 10 years ago
  5. c2579a5 Refactors proguard_whitelister. by Alex Humesky · 10 years ago
  6. 22616ae Add Android IDL jar outputs. by Googler · 10 years ago
  7. f88f4d8 Rationalize copyright headers by Damien Martin-Guillerez · 10 years ago
  8. f0a5ac6 Improve error message for INSTALL_FAILED_OLDER_SDK from adb. by Alex Humesky · 10 years ago
  9. 0dffeac Make --split_apk mobile-install work with a pristine device. by Lukacs Berki · 10 years ago
  10. 87374e6 Make android_binary use a constant, hard-coded, checked-in debug key. by Lukacs Berki · 10 years ago
  11. c49ebe1 Fix the name of the android tools dependencies by Damien Martin-Guillerez · 10 years ago
  12. 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
  13. faff718 Make the installer script support incremental installation with split .apks (only for devices with Android M). by Lukacs Berki · 10 years ago
  14. 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
  15. ff6ef9b Clean up some code in incremental_install.py . by Lukacs Berki · 10 years ago
  16. 2593007 Add glue logic to make the dex_shards attribute of android_binary work in Bazel. by Lukacs Berki · 10 years ago
  17. 73d4fc9 Add "warm" starting to mobile-install. by Googler · 10 years ago
  18. b4b19bc Always re-install all native libraries on non-incremental installations. by Lukacs Berki · 10 years ago
  19. ecbf242 Make the Android incremental installer script support incrementally installing native libraries. by Lukacs Berki · 10 years ago
  20. 15d129a Make //src/test/shell:bazel_test work again. by Lukacs Berki · 10 years ago
  21. 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
  22. d13716a Open source AarGeneratorAction and AndroidResourceProcessingAction. by Andrew Pellegrini · 10 years ago
  23. 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
  24. 5b4ffae This CL adds the android_binary rule to Bazel. by Lukacs Berki · 10 years ago
  25. 7586c8b Various odds and ends in preparation for adding the Android rules to BazelRuleClassProvider: by Lukacs Berki · 10 years ago
  26. 682ad92 Change the way --flagfile is implemented. by Lukacs Berki · 10 years ago
  27. b46c635 Adds tools for building Android apps. by Alex Humesky · 10 years ago
  28. a4ecde6 Adds tools for installing Android apps. by Alex Humesky · 10 years ago