- d97cf63 Turn missing jarjar output files into errors by Colin Cross · 4 years, 7 months ago
- 01289a2 Add test for hiddenAPI index file generation by Paul Duffin · 4 years, 7 months ago
- 254aee4 Merge changes I9e94662d,I4b4e0dc8 by Paul Duffin · 4 years, 7 months ago
- b7eab01 Merge "bp2build: convert paths/module refs to Bazel label" by Liz Kammer · 4 years, 7 months ago
- 22ff0aa Export implementation class jars for java_boot_libs by Paul Duffin · 4 years, 7 months ago
- dd63d6d Improve module filtering in hiddenapi stubFlagsRule() by Paul Duffin · 4 years, 7 months ago
- 9b91082 Merge "Don't write nonexistent DEX file paths to dexpreopt.config files." by Ulyana Trafimovich · 4 years, 7 months ago
- b888712 Merge "Detect empty apex in ConfiguredJarList" by Paul Duffin · 4 years, 7 months ago
- 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
- cdd9b83 `data` dependency of java_test_host can be arch-specific by Jiyong Park · 4 years, 7 months ago
- c0f6479 Don't write nonexistent DEX file paths to dexpreopt.config files. by Ulya Trafimovich · 4 years, 7 months ago
- 9c3ac96 Detect empty apex in ConfiguredJarList by Paul Duffin · 4 years, 7 months ago
- e1f9b35 Merge "Switch hiddenapi to use OutputPath instead of ModuleOutPath" by Paul Duffin · 4 years, 7 months ago
- dadc62c Merge "go/Android.bp: Clarify sdk_version documentation." by Tobias Thierer · 4 years, 7 months ago
- 612e610 Switch hiddenapi to use OutputPath instead of ModuleOutPath by Paul Duffin · 4 years, 7 months ago
- 8705ba0 Merge "Move creation of paths into hiddenAPIGenerateCSV" by Paul Duffin · 4 years, 7 months ago
- aded43c Merge "Fix some minor issues with boot_image" by Paul Duffin · 4 years, 7 months ago
- 4a838df Merge "Add boot_images to apex" by Paul Duffin · 4 years, 7 months ago
- a4fce3b Merge "Write module dexpreopt.config for Make." by Ulyana Trafimovich · 4 years, 7 months ago
- 5bbfef8 Fix some minor issues with boot_image by Paul Duffin · 4 years, 7 months ago
- a1d6025 Add boot_images to apex by Paul Duffin · 4 years, 8 months ago
- 34982f1 Move creation of paths into hiddenAPIGenerateCSV by Paul Duffin · 4 years, 7 months ago
- ff774a0 Add documentation for the different files created by hiddenapi by Paul Duffin · 4 years, 7 months ago
- c4e1731 Merge "Fix boot jar handling when both source and prebuilt APEXes and modules are present." by Martin Stjernholm · 4 years, 7 months ago
- 1b3e949 go/Android.bp: Clarify sdk_version documentation. by Tobias Thierer · 4 years, 8 months ago
- 1dc0d6d Fix boot jar handling when both source and prebuilt APEXes and modules by Martin Stjernholm · 4 years, 8 months ago
- b0d0710 Merge "Fix prebuilt_apis creating of "latest" incompatibilities" by Anton Hansson · 4 years, 7 months ago
- 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years, 8 months ago
- 20ce41d Fix prebuilt_apis creating of "latest" incompatibilities by Anton Hansson · 4 years, 8 months ago
- 3451e16 Add boot_image module type by Paul Duffin · 4 years, 8 months ago
- 4c183c7 Merge "Make dexpreopt tools available for all java tests" by Paul Duffin · 4 years, 7 months ago
- 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years, 7 months ago
- 370fd0b Minor cleanup in prebuilt_apis by Anton Hansson · 4 years, 8 months ago
- 9832571 Merge "Switch dex_bootjars to a singleton module" by Paul Duffin · 4 years, 8 months ago
- 8479ea2 Merge "Allow createGlobalSoongConfig() to be used from tests" by Paul Duffin · 4 years, 8 months ago
- c44075b Merge "Add java.RegisterRequiredBuildComponentsForTest function" by Paul Duffin · 4 years, 8 months ago
- 4de3c42 Merge "Add a better error message for missing api files" by Anton Hansson · 4 years, 8 months ago
- 1ab6186 Switch dex_bootjars to a singleton module by Paul Duffin · 4 years, 8 months ago
- 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years, 8 months ago
- c059c8c Add java.RegisterRequiredBuildComponentsForTest function by Paul Duffin · 4 years, 8 months ago
- e77fccc Add a better error message for missing api files by Anton Hansson · 4 years, 8 months ago
- 324234b Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base." by Nicolas Geoffray · 4 years, 8 months ago
- 0caabb6 Merge "Support building boot images with disabled dexpreopt." by Ulyana Trafimovich · 4 years, 8 months ago
- 1c8e5e8 Merge changes from topic "prebuilt-hiddenapi" by Bill Peckham · 4 years, 8 months ago
- 1086e60 dexpreopt: Use the dirty-image-objects path from frameworks/base. by Nicolas Geoffray · 4 years, 8 months ago
- a4a1c4e Support building boot images with disabled dexpreopt. by Ulya Trafimovich · 4 years, 8 months ago
- cdbbb1e Merge "Make TestJavaSdkLibraryEnforce faster" by JaeMan Park · 4 years, 8 months ago
- fb04df4 Supply LOCAL_SOONG_DEX_JAR for java_import with compile_dex. by Bill Peckham · 4 years, 8 months ago
- a41a696 Enable an apex to include a java_import. by Bill Peckham · 4 years, 8 months ago
- bae4749 Enable prebuilt hiddenapi CSV files. by Bill Peckham · 4 years, 8 months ago
- 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 10 months ago
- db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 9 months ago
- 90e7535 Make TestJavaSdkLibraryEnforce faster by JaeMan Park · 4 years, 8 months ago
- c1be2f8 Move temp blocklist APIs to max-sdk-r list. by Mathew Inwood · 4 years, 8 months ago
- 53230fe Merge "Remove obsolete class loader context API and update unit tests." by Ulyana Trafimovich · 4 years, 8 months ago
- ddac9bf Merge changes from topic "revert-1541855-revert-1377717-metalics-BOEMJWNSHV-PBOZXBJQZD" by Bob Badour · 4 years, 8 months ago
- b499922 Revert^2 "Export soong license data to make." by Bob Badour · 4 years, 8 months ago
- 26ab0f1 Merge "Add "aidl.flags:" property for cc_/java_ modules" by Jooyung Han · 4 years, 8 months ago
- a1b87c8 Merge changes from topic "revert-1377717-metalics-BOEMJWNSHV" by Bob Badour · 4 years, 8 months ago
- 61a55a0 Revert "Export soong license data to make." by Jerome Gaillard · 4 years, 8 months ago
- 659f11f Merge changes from topic "metalics" by Bob Badour · 4 years, 8 months ago
- 74fab31 Export soong license data to make. by Bob Badour · 5 years ago
- 7bc1cf5 Remove obsolete class loader context API and update unit tests. by Ulya Trafimovich · 4 years, 8 months ago
- 22890c4 Enforce <uses-library> checks for android_app and android_app_import. by Ulya Trafimovich · 4 years, 8 months ago
- e197d8b Add "aidl.flags:" property for cc_/java_ modules by Jooyung Han · 4 years, 8 months ago
- e605615 Remove Ignore_missing_latest_api by Anton Hansson · 4 years, 8 months ago
- 591920f Merge "Stop allowing missing last-api files by default" by Anton Hansson · 4 years, 8 months ago
- e87b03d Set previous_api correctly for java_sdk_library by Anton Hansson · 4 years, 9 months ago
- 0615864 Stop allowing missing last-api files by default by Anton Hansson · 4 years, 9 months ago
- 8bfb63c Merge "Break up app.go." by Jaewoong Jung · 4 years, 8 months ago
- 3d419e3 Merge "Automatically set uncompress_dex for java_import." by Bill Peckham · 4 years, 8 months ago
- b2d77d4 Merge "Use soong_zip -srcjar for proto and aidl srcjars" by Treehugger Robot · 4 years, 9 months ago
- cf02ec8 Use soong_zip -srcjar for proto and aidl srcjars by Colin Cross · 4 years, 9 months ago
- ff89ffa Automatically set uncompress_dex for java_import. by Bill Peckham · 4 years, 9 months ago
- 7dbc578 Merge "Fix library order in class loader context to agree with PackageManager." by Treehugger Robot · 4 years, 9 months ago
- c9f2b94 Fix library order in class loader context to agree with PackageManager. by Ulya Trafimovich · 4 years, 9 months ago
- 74c8436 Merge "Add attribute to disable last-api compat tracking" by Anton Hansson · 4 years, 9 months ago
- 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 9 months ago
- b630c37 Merge changes I6a512209,I56437f26 by Ulyana Trafimovich · 4 years, 9 months ago
- 88bb6f6 Unify addition of class loader subcontext from dependencies. by Ulya Trafimovich · 4 years, 9 months ago
- f9b4465 Break up app.go. by Jaewoong Jung · 4 years, 9 months ago
- dff2c78 Add attribute to disable last-api compat tracking by Anton Hansson · 4 years, 9 months ago
- 4b97a56 Remove the return value from dexpreopt by Jaewoong Jung · 4 years, 9 months ago
- dbf3166 Move ClassLoaderContexts() method to UsesLibraryDependency interface. by Ulya Trafimovich · 4 years, 9 months ago
- 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years, 9 months ago
- c20dc85 Add dependency to list of asset files by Colin Cross · 4 years, 10 months ago
- cac133d Merge "Remove AndroidMkExtraFootersFunc entries param." by Treehugger Robot · 4 years, 9 months ago
- 413c3be Merge "Soong: remove output file before running signapk" by Treehugger Robot · 4 years, 9 months ago
- 5b0b94e Merge "Soong: remove output file before running SoongZip" by Treehugger Robot · 4 years, 9 months ago
- 729c0bd Prebuilt is enabled even if the source one is not. by Jaewoong Jung · 4 years, 9 months ago
- 02b11a6 Remove AndroidMkExtraFootersFunc entries param. by Jaewoong Jung · 4 years, 9 months ago
- fc02166 Use apex and jar to select boot image dex jar by Paul Duffin · 4 years, 9 months ago
- db77e14 Ensure that only one dex jar is chosen for each boot image library by Paul Duffin · 4 years, 9 months ago
- 71debbf Merge "No matching variant android_app_import fix" by Jaewoong Jung · 4 years, 9 months ago
- 5e26971 Merge "Improve error messages for missing dependencies" by Paul Duffin · 4 years, 9 months ago
- 678ddb9 Merge changes I697a65e4,Iaac6aaf6 by Ulyana Trafimovich · 4 years, 9 months ago
- 84f1b80 No matching variant android_app_import fix by Jaewoong Jung · 4 years, 9 months ago
- 7f48eef Improve error messages for missing dependencies by Paul Duffin · 4 years, 9 months ago
- cf8b2ee Merge "Dogfood the new IR Kotlin compiler backend." by Treehugger Robot · 4 years, 9 months ago
- 897a5ad Merge "Pass pctx and ctx to NewRuleBuilder" by Colin Cross · 4 years, 9 months ago