- 4aa056e Update kzip script to support superproject revision environment variable by Brian Egizi · 3 years, 7 months ago
- f1d8819 Merge changes I8e8e8b01,Ifb1f54d5,I9986e64f by satayev · 3 years, 7 months ago
- 3d3a221 Merge "Add no-op systemserverclasspath_fragment module." by satayev · 3 years, 7 months ago
- 72a13e8 Merge "bp2build: support generated sources and hdrs" by Christopher Parsons · 3 years, 7 months ago
- 333a173 Add systemserverclasspath_fragments property to apex. by satayev · 3 years, 7 months ago
- 9366a05 Add "contents" property to systemserverclasspath_fragment. by satayev · 3 years, 7 months ago
- 14e4913 Move classpaths.proto related info into a separate provider. by satayev · 3 years, 7 months ago
- aa86bac Add no-op systemserverclasspath_fragment module. by satayev · 3 years, 8 months ago
- 484e50a bp2build: support generated sources and hdrs by Chris Parsons · 3 years, 8 months ago
- 1bbd062 Make uncompressDex available for use through hiddenAPIModule by Paul Duffin · 3 years, 8 months ago
- 45897dd Remove hiddenAPI.primary field by Paul Duffin · 3 years, 8 months ago
- 74d18d1 Merge initHiddenAPI and hiddenAPIUpdatePaths by Paul Duffin · 3 years, 8 months ago
- 66cdbf0 Remove configurationName from java library and hidden API by Paul Duffin · 3 years, 8 months ago
- 0d58658 Add a test for hidden API encoding of java_sdk_library by Paul Duffin · 3 years, 8 months ago
- e8b0169 Merge "Add temporary restriction on hidden API processing" by Paul Duffin · 3 years, 7 months ago
- b1caeb0 Merge "Print free disk space when starting build_test." by Lukács T. Berki · 3 years, 7 months ago
- 33ebde3 Merge "Refactor GetTargetProperties()." by Lukács T. Berki · 3 years, 7 months ago
- 38db1b0 Merge "Don't install rust modules that are never installable" by Treehugger Robot · 3 years, 7 months ago
- 4070bcd Print free disk space when starting build_test. by Lukacs T. Berki · 3 years, 7 months ago
- 5f51839 Refactor GetTargetProperties(). by Lukacs T. Berki · 3 years, 7 months ago
- 0096079 Make bazel build //external/... work by only allowing "approved" existing BUILD files in the Bazel workspace. by Rupert Shuttleworth · 3 years, 8 months ago
- 70cfdff Add temporary restriction on hidden API processing by Paul Duffin · 3 years, 8 months ago
- bf8147a Don't install rust modules that are never installable by Jiyong Park · 3 years, 8 months ago
- 37ef223 Merge "Order apex files by destination path not source path" by Treehugger Robot · 3 years, 8 months ago
- 5606029 Order apex files by destination path not source path by Paul Duffin · 3 years, 8 months ago
- 11bc0ee Merge "cc/linker.go: check min_sdk_version." by Elliott Hughes · 3 years, 8 months ago
- 32ef4e2 Merge "Define vsr_min_shipping_api_level to cc_test" by Treehugger Robot · 3 years, 8 months ago
- 718ac92 Merge "Add usesTargetFiles option in dexpreopt_gen" by Treehugger Robot · 3 years, 8 months ago
- 7f0e9f9 Merge "Add script for building and archiving rustdocs." by Dan Albert · 3 years, 8 months ago
- 374623f Merge "Define a narrower context for getting arch props" by Liz Kammer · 3 years, 8 months ago
- 852edc1 cc/linker.go: check min_sdk_version. by Elliott Hughes · 3 years, 8 months ago
- 4d24747 Add script for building and archiving rustdocs. by Dan Albert · 3 years, 8 months ago
- b6dbc87 Define a narrower context for getting arch props by Liz Kammer · 3 years, 8 months ago
- fdd9743 Merge "Refactor special handling of hidden API encoding for master-art" by Paul Duffin · 3 years, 8 months ago
- b7c7873 Merge "Stop generating unnecessary hidden API rules" by Paul Duffin · 3 years, 8 months ago
- 21f62ef Merge "Generate monolithic hidden API files direct from class jars" by Paul Duffin · 3 years, 8 months ago
- 2bc8b3a Merge "Dedup hidden API rule generation" by Paul Duffin · 3 years, 8 months ago
- b0f20d1 Merge "Allow shared libraries on bootclasspath" by Paul Duffin · 3 years, 8 months ago
- 054619d Merge "Fix missing headers for vndk snapshotted libc" by Bill Peckham · 3 years, 8 months ago
- 9debc21 Merge "Add order-only dependency on shared libraries" by Colin Cross · 3 years, 8 months ago
- 4dda75e Add usesTargetFiles option in dexpreopt_gen by Jeongik Cha · 3 years, 8 months ago
- 79fd3d7 Allow shared libraries on bootclasspath by Paul Duffin · 3 years, 8 months ago
- b6f53c0 Refactor special handling of hidden API encoding for master-art by Paul Duffin · 3 years, 8 months ago
- afaa47c Stop generating unnecessary hidden API rules by Paul Duffin · 3 years, 8 months ago
- 537ea3d Generate monolithic hidden API files direct from class jars by Paul Duffin · 3 years, 8 months ago
- 850e61f Dedup hidden API rule generation by Paul Duffin · 3 years, 8 months ago
- cc12d90 Fix missing headers for vndk snapshotted libc by Inseob Kim · 3 years, 8 months ago
- 098c878 Make hidden API handle jacoco-stubs consistently by Paul Duffin · 3 years, 8 months ago
- a364cfb Define vsr_min_shipping_api_level to cc_test by Justin Yun · 3 years, 8 months ago
- 58dd6a9 Add order-only dependency on shared libraries by Colin Cross · 3 years, 8 months ago
- 34827d4 Use java_sdk_library in bootclasspath_fragment contents as stubs by Paul Duffin · 3 years, 8 months ago
- dfa1083 Validate monolithic and modular hidden API flags are consistent by Paul Duffin · 3 years, 8 months ago
- 2fef136 Generate hidden API flags for a bootclasspath_fragment by Paul Duffin · 3 years, 9 months ago
- 001e606 Populate hiddenAPI structure even when not active by Paul Duffin · 3 years, 8 months ago
- f4600f6 Disallow shared libraries in bootclasspath_fragment contents by Paul Duffin · 3 years, 8 months ago
- 0589914 Merge "syntax check to jacoco filters for any build" by Yuntao Xu · 3 years, 8 months ago
- ef0439d Merge "Soong: check if lndk is needed for apex build" by Treehugger Robot · 3 years, 8 months ago
- ec28587 Soong: check if lndk is needed for apex build by Zhijun He · 3 years, 8 months ago
- a10bd3c Add java_sdk_library in bootclasspath_fragment contents to sdk by Paul Duffin · 3 years, 8 months ago
- 5b009ae syntax check to jacoco filters for any build by Yuntao Xu · 3 years, 8 months ago
- 17ccf26 Merge "Add support for converting OptionalPath to Paths" by Paul Duffin · 3 years, 8 months ago
- 4bbf45f Merge "Build boot images in bootclasspath_fragment/platform_bootclasspath" by Paul Duffin · 3 years, 8 months ago
- 820397d Merge "Add support for SOONG_SDK_SNAPSHOT_USE_SRCJAR" by Treehugger Robot · 3 years, 8 months ago
- f356e5a Merge "Separate storing config for MakeVars from building boot image" by Paul Duffin · 3 years, 8 months ago
- 7dbfe7c Merge "Make hidden API bootclasspath_fragment test more realistic" by Paul Duffin · 3 years, 8 months ago
- ccfd7fc Merge "bp2build: build //external/scudo/..." by Jingwen Chen · 3 years, 8 months ago
- ef08185 Add support for converting OptionalPath to Paths by Paul Duffin · 3 years, 8 months ago
- 475daaf Make hidden API bootclasspath_fragment test more realistic by Paul Duffin · 3 years, 8 months ago
- cfd24da Merge "Move copying of dex files from dexpreopt_bootjars singleton" by Paul Duffin · 3 years, 8 months ago
- 1d35a87 Merge "bp2build: export some cc toolchain flags into Starlark." by Jingwen Chen · 3 years, 8 months ago
- c75bf68 Merge "Move markPlatformAvailability mutator before apexMutator" by Paul Duffin · 3 years, 8 months ago
- 9896b34 Merge "Allow module types to force creation of a default APEX variant" by Paul Duffin · 3 years, 8 months ago
- 75be1ca bp2build: build //external/scudo/... by Jingwen Chen · 3 years, 8 months ago
- bf61afb bp2build: export some cc toolchain flags into Starlark. by Jingwen Chen · 3 years, 8 months ago
- 22628d5 Add support for SOONG_SDK_SNAPSHOT_USE_SRCJAR by Paul Duffin · 3 years, 8 months ago
- 015a0af Merge changes I2729001d,Ife5d2193 by Treehugger Robot · 3 years, 8 months ago
- 2fc82ad Build boot images in bootclasspath_fragment/platform_bootclasspath by Paul Duffin · 3 years, 8 months ago
- 4793293 Separate storing config for MakeVars from building boot image by Paul Duffin · 3 years, 8 months ago
- 7ebebfd Move copying of dex files from dexpreopt_bootjars singleton by Paul Duffin · 3 years, 8 months ago
- 7ce2dee Merge "Refactor vendor snapshot to use LinkableInterface." by Ivan Lozano · 3 years, 8 months ago
- 52c7ae1 Merge "Always call SetMode in soong_zip" by Colin Cross · 3 years, 8 months ago
- a412c74 Merge "Implement configured version_script." by Lukács T. Berki · 3 years, 8 months ago
- d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 3 years, 9 months ago
- 28bf7ee Move markPlatformAvailability mutator before apexMutator by Paul Duffin · 3 years, 8 months ago
- b5769c1 Allow module types to force creation of a default APEX variant by Paul Duffin · 3 years, 8 months ago
- c8aeb00 Merge "Add package module to sdk snapshot that contains licenses" by Paul Duffin · 3 years, 8 months ago
- 62fb743 Merge "Add license modules to the sdk" by Paul Duffin · 3 years, 8 months ago
- fffd98f Merge "Switch Effective_license_text from []string to Paths" by Paul Duffin · 3 years, 8 months ago
- 12f5d04 Merge "Move license module processing to GenerateAndroidBuildActions" by Paul Duffin · 3 years, 8 months ago
- 0d62615 Merge "Add baseline test for license with sdk" by Paul Duffin · 3 years, 8 months ago
- 3950cd6 bp2build: remove libc_tzcode from denylist. by Jingwen Chen · 3 years, 8 months ago
- 56bb083 Implement configured version_script. by Lukacs T. Berki · 3 years, 8 months ago
- b9ebb7d Merge "Make @soong_injection usable in standalone builds." by Lukács T. Berki · 3 years, 8 months ago
- e070c3a Always call SetMode in soong_zip by Colin Cross · 3 years, 8 months ago
- 89733a4 Merge "Support LOCAL_ENFORCE_USES_LIBRARIES in androidmk" by Yuntao Xu · 3 years, 8 months ago
- c97761e Support LOCAL_ENFORCE_USES_LIBRARIES in androidmk by Yuntao Xu · 3 years, 8 months ago
- 77f7c44 packaging: install/package deps if not marked IsHideFromMake by Jooyung Han · 3 years, 8 months ago
- 4dac387 Merge "Use SHT_RELR relocations where possible." by Elliott Hughes · 3 years, 8 months ago
- ccbbeb6 Merge "Strict updatability linting against dependencies." by Jaewoong Jung · 3 years, 8 months ago
- 3069dd9 Make @soong_injection usable in standalone builds. by Lukacs T. Berki · 3 years, 8 months ago