1. f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 6 years ago
  2. ad84f97 Reland "Also package recursive jni_libs deps of android_apps as well as direct deps." with bug fix. by Peter Collingbourne · 6 years ago
  3. 9fd9b92 Merge "Revert "Also package recursive jni_libs deps of android_apps as well as direct deps."" by Joseph Murphy · 6 years ago
  4. 2973c11 Revert "Also package recursive jni_libs deps of android_apps as well as direct deps." by Lorenzo Colitti · 6 years ago
  5. f192d55 Declare manifest as input to test config fixer. by Jaewoong Jung · 6 years ago
  6. 6f907ad Also package recursive jni_libs deps of android_apps as well as direct deps. by Peter Collingbourne · 6 years ago
  7. 9b1084f Merge "Optionally overwrite package value in test config." by Jaewoong Jung · 6 years ago
  8. e5cd4e1 Optionally overwrite package value in test config. by Jaewoong Jung · 6 years ago
  9. c499714 Fix incorrect install path for priv-app prebuilt by Kyeongkab.Nam · 6 years ago
  10. 326a941 Fix test app and helper installation dirs. by Jaewoong Jung · 6 years ago
  11. 26dedd3 Add override_android_test. by Jaewoong Jung · 7 years ago
  12. 8ba50f9 Install AndroidApp only when needed by Jiyong Park · 6 years ago
  13. 52cd06f Reland: JNI lib is always embedded for APKs in APEX by Jiyong Park · 6 years ago
  14. f9e10f9 Merge "Revert submission" by Sam Saccone · 6 years ago
  15. e3c22f7 Revert submission by Sam Saccone · 6 years ago
  16. d006779 Merge "JNI lib is always embedded for APKs in APEX" by Treehugger Robot · 6 years ago
  17. d237ad6 JNI lib is always embedded for APKs in APEX by Jiyong Park · 6 years ago
  18. 80df439 Merge "Enforce hidden apis usage in product(soong)" by Treehugger Robot · 6 years ago
  19. 722b63c Merge "Install signed split apks." by Jaewoong Jung · 6 years ago
  20. 5a49881 Install signed split apks. by Jaewoong Jung · 6 years ago
  21. 2cc570d Enforce hidden apis usage in product(soong) by Jeongik Cha · 6 years ago
  22. 9a9d036 Call shouldEmbedJnis only when needed. by Jaewoong Jung · 6 years ago
  23. cde2a03 Add support for including app prebuilts in APEX. by Dario Freni · 6 years ago
  24. d091c6a Merge "Support privleged app in APEX" by Treehugger Robot · 6 years ago
  25. f748731 Support privleged app in APEX by Jiyong Park · 6 years ago
  26. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 6 years ago
  27. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  28. 7dd4ae2 Fix split apk paths. by Jaewoong Jung · 6 years ago
  29. 0949f31 Fix android_test install path. by Jaewoong Jung · 6 years ago
  30. 6ffaaa8 Allow test to specify whether or not to auto-generate test config by Dan Shi · 6 years ago
  31. e1f05aa Support including apk inside an apex by Sundong Ahn · 6 years ago
  32. b7c639e Prepare to be able to put framework-res in srcs by Jiyong Park · 6 years ago
  33. b28eb5f Implement android_test_import by Jaewoong Jung · 6 years ago
  34. 961d4fd Add default_dev_cert to android_app_import by Jaewoong Jung · 6 years ago
  35. 1ce9ac6 Add arch variant support to android_app_import. by Jaewoong Jung · 6 years ago
  36. da6a7f4 Merge "Add filename property to android_app_import" by Jaewoong Jung · 6 years ago
  37. 538c0d0 Add a rule about platform_apis by Jeongik Cha · 7 years ago
  38. 8aae22e Add filename property to android_app_import by Jaewoong Jung · 6 years ago
  39. ee94d6a Add RuleBuilder helper functions for built and prebuilt tools by Colin Cross · 7 years ago
  40. 3af8661 Merge "Improve android_app_import.dpi_variants handling." by Jaewoong Jung · 7 years ago
  41. 3e18b19 Improve android_app_import.dpi_variants handling. by Jaewoong Jung · 7 years ago
  42. 9877279 Dist NOTICE outputs for app targets. by Jaewoong Jung · 7 years ago
  43. 53a87f5 Uncompress dex in unbundled privileged apps by Colin Cross · 7 years ago
  44. 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 7 years ago
  45. 250e619 Make sdkDep/decodeSdkDep the source of truth about the sdk by Paul Duffin · 7 years ago
  46. 3245b2c Don't add dependencies on uses-library modules in unbundled builds by Colin Cross · 7 years ago
  47. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 7 years ago
  48. 96eac76 Merge "Touch up manifest if there's no source code." by Jaewoong Jung · 7 years ago
  49. 710756a android_app stl property bug fix by Jaewoong Jung · 7 years ago
  50. c27ab66 Touch up manifest if there's no source code. by Jaewoong Jung · 7 years ago
  51. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 7 years ago
  52. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 7 years ago
  53. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 7 years ago
  54. bc625cd Add stl property to android_app. by Jaewoong Jung · 7 years ago
  55. b639a6a Fix override_android_app dependency issues. by Jaewoong Jung · 7 years ago
  56. ea1bdb0 Uncompress dex file in imported apk when needed. by Jaewoong Jung · 7 years ago
  57. a5e5abc Implement DPI variants in android_app_import. by Jaewoong Jung · 7 years ago
  58. ddda3ce Merge "uncompressedDex option for android_app_import." by Jaewoong Jung · 7 years ago
  59. acf18d7 uncompressedDex option for android_app_import. by Jaewoong Jung · 7 years ago
  60. 0e7dbeb Merge "Fix use_embedded_native_libs handling for android_test" by Treehugger Robot · 7 years ago
  61. 6ad7725 Fix use_embedded_native_libs handling for android_test by Sasha Smundak · 7 years ago
  62. ccbb393 Add android_app_import. by Jaewoong Jung · 7 years ago
  63. 2057f82 Fix handling optimize.enabled from java_defaults by Sasha Smundak · 7 years ago
  64. 47fa9d3 Always package JNI libs into android_test modules by Colin Cross · 7 years ago
  65. 6f373f6 Add package_name property to android_app. by Jaewoong Jung · 7 years ago
  66. 525443a Add override_android_app module type. by Jaewoong Jung · 7 years ago
  67. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 7 years ago
  68. e560c4a Support package_splits by Colin Cross · 7 years ago
  69. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 7 years ago
  70. 4102e5d aapt2 flag for target manifest package override by Jaewoong Jung · 7 years ago
  71. acb6db3 Revert "Add override_module." by Jaewoong Jung · 7 years ago
  72. aa65e17 Add override_module. by Jaewoong Jung · 7 years ago
  73. 4f41bc2 [SOONG] Not auto-generate test config if test_suite is cts by yangbill · 7 years ago
  74. d25060a Set usesNonSdkApi in manifest when Platform_apis=true by David Brazdil · 7 years ago
  75. 1b16b0e Add module type docs to the java package by Colin Cross · 7 years ago
  76. fa6e9ec Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system."" by Nicolas Geoffray · 7 years ago
  77. 46abdad Add support for use_embedded_dex in Soong by Colin Cross · 7 years ago
  78. e4246ab Make manifest and APK agree on uncompressed native libs by Colin Cross · 7 years ago
  79. c1c3755 Export RRO resource dirs from static android_library dependencies by Colin Cross · 7 years ago
  80. 5f692ec Remove empty DepsMutator methods by Colin Cross · 7 years ago
  81. 9d22a91 Add a prod var to override package names. by Jaewoong Jung · 7 years ago
  82. 590b1ae Minor refactoring of generateAndroidBuildActions. by Jaewoong Jung · 7 years ago
  83. 2ad817c Enable certificate overrides with product vars. by Jaewoong Jung · 7 years ago
  84. de4c02f Minor code/comment cleanup for app.go. by Jaewoong Jung · 7 years ago
  85. 5a1af88 Use module name as intermediates name for android_app modules by Colin Cross · 7 years ago
  86. c946414 Check system certificate violation for product apks by Jeongik Cha · 7 years ago
  87. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  88. 2fc72f6 Remove duplicated shouldUncompressDex logic by Colin Cross · 7 years ago
  89. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  90. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 7 years ago
  91. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  92. f623721 Create bundle modules suitable for bundletool by Colin Cross · 7 years ago
  93. c00cbd9 APEXs are signed with apk signer by Jiyong Park · 7 years ago
  94. 72be590 Add `aapt_include_all_resources` by Dan Willemsen · 7 years ago
  95. 762fbfb Don't strip soong APKs by Colin Cross · 7 years ago
  96. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 7 years ago
  97. 4b964c0 Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR by Colin Cross · 7 years ago
  98. 252fc6f Add android_test_helper_app by Colin Cross · 7 years ago
  99. bd01e2a Add support for android_app_certificate modules by Colin Cross · 7 years ago
  100. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 7 years ago