platform_build_soong/sdk
Spandan Das cfff924ef9 Drop host variant of lidbexfile in >=V snapshots
The host variant of libdexfile and its deps were added to module sdk to
support the use case of building platform tests without art's source
code. This use case is not very relevant today, so we can drop the host
variant of these modules from the module sdk.

We still need to keep them in <= U snapshots, so this CL uses a hack to
drop these libraries only if `SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE`
is greater than UDC

Test: SOONG_SDK_SNAPSHOT_TARGET_BUILD_RELEASE=UpsideDownCake m
out/soong/mainline-sdks/art-module-host-exports-current.zip # verified
that libartbase is in the generated Android.bp

Test: m out/soong/mainline-sdks/art-module-host-exports-current.zip #
verified that libartbase is not in the generated Android.bp

Test: In `main`, deleted the host variants from prebuilts/module_sdk locally; enabled art prebuilts;
Test: atest --host --no-bazel-mode libunwindstack_unit_test

Bug: 329830257

Change-Id: Iab23853ef5e96661a5f5c2989add1be32fb07fbc
2024-04-03 17:19:39 +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 Drop host variant of lidbexfile in >=V snapshots 2024-04-03 17:19:39 +00:00