From 80a9405ac4d7adbb25eb5572ff69abfc65a0143d Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 11 Sep 2020 20:29:04 +0530 Subject: [PATCH] sdm660-common: move VNDK APEX to vendor partition ... for aosp_* targets so that we don't need to update vendor.img everytime there is a change in the VNDK libraries Bug: 140136207 Test: build, m Signed-off-by: Manish4586 Change-Id: Ibfe67b4cca6ef6648ad39a50154cb539348b008a --- sdm660.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index 6d65be36..82560daa 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -567,7 +567,8 @@ PRODUCT_PACKAGES += \ libdng_sdk.vendor_32 \ libstdc++.vendor_32 \ vndk-ext \ - vndk_package + vndk_package \ + com.android.vndk.current.on_vendor # WiFi PRODUCT_PACKAGES += \