From c26ea1995add11dc9a5b26b3c22e88fcc513e59f Mon Sep 17 00:00:00 2001 From: Greg Kaiser Date: Mon, 12 Feb 2024 20:11:34 +0000 Subject: [PATCH] Remove TARGET_VNDK_USE_CORE_VARIANT We introduced this in https://android-review.googlesource.com/c/platform/build/+/1087517 but now with VNDK deprecated, this is no longer in use so we remove it for clarity. Bug: 319529309 Test: TreeHugger skipped running mokey_go32 boot test because there were no changes in the artifacts. Additionally, built a Go device, booted, and /linkerconfig/ld.config.txt is the same and things run as normal. Change-Id: Ifba30d7cc30c641f265abe52ed2cf7c02660a5ec --- target/product/go_defaults_common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/product/go_defaults_common.mk b/target/product/go_defaults_common.mk index ba0912cde9..5218f29c0a 100644 --- a/target/product/go_defaults_common.mk +++ b/target/product/go_defaults_common.mk @@ -49,6 +49,3 @@ TARGET_SYSTEM_PROP += \ # use the go specific handheld_core_hardware.xml from frameworks PRODUCT_COPY_FILES += \ frameworks/native/data/etc/go_handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml - -# Dedupe VNDK libraries with identical core variants. -TARGET_VNDK_USE_CORE_VARIANT := true