- 867c6af Merge tag 'android-16.0.0_r1' of https://android.googlesource.com/platform/build/soong into HEAD by micky387 · 10 weeks ago
- 3ddf20b Merge tag 'android-15.0.0_r32' of https://android.googlesource.com/platform/build/soong into HEAD by micky387 · 3 months ago
- b97f1d1 Use d8 when on eng builds by LaMont Jones · 5 months ago
- f22120f Change CommonModuleInfoProvider to a pointer. by Yu Liu · 5 months ago
- 9697c53 Merge "Expand TestSuiteInfoProvider to all test modules" into main by Treehugger Robot · 6 months ago
- b4d5038 Merge "Add a trace_references_from dex optimization property" into main by Treehugger Robot · 6 months ago
- 5e1454a Expand TestSuiteInfoProvider to all test modules by Cole Faust · 6 months ago
- 0ac6ae7 Add a trace_references_from dex optimization property by Jared Duke · 6 months ago
- ef9e63e Rename CommonModuleInfoKey to be consistent with others. by Yu Liu · 6 months ago
- ec1b7fa More partial compile optimizations by LaMont Jones · 6 months ago
- 71f1ea3 Convert tidyPhonySingleton, jdepsGeneratorSingleton and by Yu Liu · 6 months ago
- 2a815b6 Convert the following singletons to use ModuleProxy: by Yu Liu · 6 months ago
- ff5a9c3 Merge "Implement host_common_data property for cc, java, rust and sh test modules" into main by Colin Cross · 6 months ago
- 1dcf9e4 Build proguard zips in soong-only builds by Cole Faust · 6 months ago
- 8ff4af3 Remove RELEASE_USE_TRANSITIVE_JARS_IN_CLASSPATH by Colin Cross · 6 months ago
- 3c551be Merge "Change depVisitor to use providers instead of type-asserting to interfaces directly, the next step is to change it to use ModuleProxy once IsDepInSameApex is ready." into main by Yu Liu · 6 months ago
- 0a37d42 Change depVisitor to use providers instead of type-asserting to by Yu Liu · 6 months ago
- b361442 Implement host_common_data property for cc, java, rust and sh test modules by Colin Cross · 6 months ago
- ec71dfb Install tradefed dynamic config file in soong-only builds by Cole Faust · 6 months ago
- df0b839 Convert CheckMinSdkVersion to use providers. by Yu Liu · 6 months ago
- 3f603bd Merge "Support DepIsInSameApex using provider." into main by Yu Liu · 6 months ago
- f180603 Support DepIsInSameApex using provider. by Yu Liu · 7 months ago
- a43fb25 Move dists to GenerateAndroidBuildActions by Cole Faust · 6 months ago
- 7313f0e Merge "Fix ninja_determinism_test CI breakage" into main by Wei Li · 6 months ago
- 736c6c2 Fix ninja_determinism_test CI breakage by Wei Li · 6 months ago
- 5c846d8 Merge changes from topics "apex_transition_info", "bcp_dependency_through_apex" into main by Colin Cross · 6 months ago
- 1cea530 Convert android.TransitionMutator to TransitionInfo by Colin Cross · 9 months ago
- d5a8463 Merge "Convert api.xml dist rules to Soong" into main by Treehugger Robot · 7 months ago
- 1262e20 Convert api.xml dist rules to Soong by Jihoon Kang · 7 months ago
- 10f6c32 Merge "Add java_genrule_combiner module" into main by Treehugger Robot · 7 months ago
- 8546f0c Add java_genrule_combiner module by LaMont Jones · 7 months ago
- c9b88c9 Remove configurable values from providers by Cole Faust · 7 months ago
- 2faf92b Merge changes I5057c2cc,I83ac66c6 into main by Treehugger Robot · 7 months ago
- 4bf1e16 Merge "Move installation of dexpreopted system server classpath libraries into apex" into main by Colin Cross · 7 months ago
- d718aa5 Install intermediate file in testcases by Spandan Das · 7 months ago
- d2de593 Do not propagate uses lib tags of framework by Jihoon Kang · 7 months ago
- 388c661 Move installation of dexpreopted system server classpath libraries into apex by Colin Cross · 7 months ago
- 986fe74 Add compliance metadata of java modules by Wei Li · 7 months ago
- 7904883 Merge "Install java_test module test deps and configs in soong-only" into main by Treehugger Robot · 7 months ago
- 8219749 Install java_test module test deps and configs in soong-only by Jihoon Kang · 7 months ago
- d2c82e1 Merge "Convert sdk_library to use ModuleProxy." into main by Yu Liu · 7 months ago
- dc81dfe Merge "Pass --api-surface to Metalava" into main by Treehugger Robot · 7 months ago
- 35acd33 Convert sdk_library to use ModuleProxy. by Yu Liu · 7 months ago
- 208f8e7 Convert robolectric_test's module-info.json to song by Cole Faust · 7 months ago
- d406381 Convert java modules' module-info.json to Soong by Jihoon Kang · 7 months ago
- d71dc40 Pass --api-surface to Metalava by Paul Duffin · 7 months ago
- 5f77916 Add core-platform-legacy to supported api surfaces by Paul Duffin · 7 months ago
- d01f0b2 Allow java_sdk_library to override the droidstubs api_surface per scope by Paul Duffin · 7 months ago
- 61445a9 Merge "Convert JavaFuzzTest, JavaLibrary, generateAndroidBuildActionsWithConfig, ravenwood and robolectricTest to use ModuleProxy." into main by Yu Liu · 7 months ago
- d0feb71 Update java_defaults to support android_app_import properties by Herbert Xue · 8 months ago
- 7eebf8b Convert JavaFuzzTest, JavaLibrary, by Yu Liu · 7 months ago
- cbb50c2 Convert AndroidLibrary.GenerateAndroidBuildActions, by Yu Liu · 7 months ago
- 39f5fb3 Convert collectDeps and collectTransitiveHeaderJarsForR8 to use ModuleProxy. by Yu Liu · 7 months ago
- ece2411 Merge changes I4fb8fc36,I5d7150fe into main by Yu Liu · 7 months ago
- b9d0000 Merge "_test module types shouldn't override user-set test property" into main by Cole Faust · 8 months ago
- c731528 _test module types shouldn't override user-set test property by Cole Faust · 8 months ago
- c0a3630 Convert checkSdkVersions to use ModuleProxy. by Yu Liu · 8 months ago
- 460cf37 Convert hasCode and aaptLibs to use ModuleProxy. by Yu Liu · 8 months ago
- 172c56d Extract proguard rules found in imported JAR archives by Luca Stefani · 8 months ago
- 65bfc29 Use implementation jar in IDEInfo by Spandan Das · 8 months ago
- f7bbd2f Split DepIsInSameApex into outgoing and incoming by Colin Cross · 9 months ago
- 8eb0536 Merge tag 'android-15.0.0_r6' of https://android.googlesource.com/platform/build/soong into HEAD by micky387 · 9 months ago
- 63bdf63 Change checkJavaStableSdkVersion to use ModuleProxy. by Yu Liu · 9 months ago
- 458fde5 Collect aconfig files from *_libs in java_api_library by Jihoon Kang · 9 months ago
- 7cd1d42 Don't use echo -e by Colin Cross · 9 months ago
- f424c9a test_module_config for sh_test by Ronald Braunstein · 10 months ago
- b4ec556 Merge "Revert "test_module_config for sh_test"" into main by Liana Kazanova · 10 months ago
- 876b803 Revert "test_module_config for sh_test" by Liana Kazanova · 10 months ago
- 6d89d77 Merge "test_module_config for sh_test" into main by Ronald Braunstein · 10 months ago
- 45dca5c test_module_config for sh_test by Ronald Braunstein · 10 months ago
- 4432408 Merge "Target Java 21 by default" into main by Sorin Basca · 10 months ago
- 3f92ee1 Merge "Verify that libraries in apexes don't link to implementations outside the apex" into main by Colin Cross · 10 months ago
- b614cd4 Verify that libraries in apexes don't link to implementations outside the apex by Colin Cross · 11 months ago
- 37cc271 Target Java 21 by default by Sorin Basca · 10 months ago
- 034af2c Distinguish HideFromMake from SkipInstall by Spandan Das · 10 months ago
- 3a7e911 Merge "Revert "Add device_first_vendor(_shared)_data"" into main by Cole Faust · 10 months ago
- 710a14b Revert "Add device_first_vendor(_shared)_data" by Cole Faust · 10 months ago
- 878b2fc [Ravenwood] Support java_defaults for ravenwood properties by John Wu · 10 months ago
- a8bf946 Add device_first_vendor(_shared)_data by Cole Faust · 10 months ago
- 1c841c4 Merge changes from topic "move-depset" into main by Colin Cross · 10 months ago
- a14fb6a Update DepSet references by Colin Cross · 10 months ago
- 830f56a Remove testing package by Cole Faust · 10 months ago
- 18f03f1 Add device_first_prefer32_data to java modules by Cole Faust · 10 months ago
- a9e9f53 Merge "Add new properties to aid in removing the 1-variant fallback" into main by Cole Faust · 10 months ago
- 65cb40a Add new properties to aid in removing the 1-variant fallback by Cole Faust · 10 months ago
- 64f2d84 Make uses_libs and optional_uses_libs configurable by Cole Faust · 10 months ago
- 4f443e7 Skip `none` system_modules from module_bp_java_deps.json by Spandan Das · 10 months ago
- 004074d Merge changes from topic "remove-non-parallel-mutator" into main by Colin Cross · 11 months ago
- 8a96280 Remove MutatorHandle.Parallel() by Colin Cross · 11 months ago
- b9c67e2 Make java binaries common instead of common-first by Cole Faust · 11 months ago
- e42c5d9 Add JNI libs support to device variants of java_binary by Spandan Das · 11 months ago
- 0c8d641 Merge "Make the java jni_libs property configurable" into main by Treehugger Robot · 11 months ago
- 6d39c70 Make the java jni_libs property configurable by Jihoon Kang · 11 months ago
- b16bd5d Merge "Remove top down strict updatability checks" into main by Colin Cross · 11 months ago
- b27645a Merge "Remove the SdkLibraryDependency interface" into main by Treehugger Robot · 11 months ago
- 8742735 Remove top down strict updatability checks by Colin Cross · 11 months ago
- ff49c6c Merge "Use providers for lint" into main by Colin Cross · 11 months ago
- 98e9ac6 Remove the SdkLibraryDependency interface by Jihoon Kang · 11 months ago
- b79aa8f Use providers for lint by Colin Cross · 11 months ago
- e2860d9 Merge changes I0edb681b,I0ea2327f into main by Spandan Das · 11 months ago