platform_build_soong/sdk
Spandan Das a5e26d3cd6 Add an apex_contributions_defaults module to module sdk
This metadata module will contain a flattened list of all the soong
modules contributed by this module to the rest of the build. This is
supported in V and above.

Bug: 326246905
Test: m art-module-host-exports
Test: unzip -p out/soong/mainline-sdks/art-module-host-exports-current.zip Android.bp | grep -A 15 apex_contributions_defaults
apex_contributions_defaults {
    name: "art-module-host-exports.contributions",
    contents: [
        "prebuilt_art.module.api.annotations",
        "prebuilt_dex2oat",
        "prebuilt_dex2oatd",
        "prebuilt_dexdump",
        "prebuilt_hiddenapi",
        "prebuilt_oatdump",
        "prebuilt_profman",
        "prebuilt_veridex",
        "prebuilt_libartpalette",
        "prebuilt_libartbase",
    ],
}

Change-Id: Iba43a9da5430adfc0a5fd9b5dc27b5d89c5eacb8
2024-03-20 21:41:57 +00:00
..
Android.bp Add sdk_genrule 2023-12-13 14:11:24 -08:00
bootclasspath_fragment_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
bp.go don't export systemserverclasspath_fragment if contents are empty 2023-06-30 15:25:16 -04:00
bp_test.go Replace AssertPanic with AssertPanicMessageContains 2021-03-20 12:08:51 +00:00
build_release.go Add UpsideDownCake to the releases for which snapshots can be built 2022-09-30 09:41:08 +01:00
build_release_test.go Add UpsideDownCake to the releases for which snapshots can be built 2022-09-30 09:41:08 +01:00
cc_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
compat_config_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
exports.go Remove support for generating versioned snapshots 2022-05-24 20:10:05 +00:00
exports_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
genrule.go Add sdk_genrule 2023-12-13 14:11:24 -08:00
genrule_test.go Add sdk_genrule 2023-12-13 14:11:24 -08:00
java_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
license_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
member_trait.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
member_trait_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
member_type.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
sdk.go Add sdk_genrule 2023-12-13 14:11:24 -08:00
sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
systemserverclasspath_fragment_sdk_test.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00
testing.go Add current build release 2022-08-19 17:39:49 +00:00
update.go Add an apex_contributions_defaults module to module sdk 2024-03-20 21:41:57 +00:00