From 9496c4b2d97253634e01cfb16843f60b3f30f51d Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 22 Jan 2018 11:53:38 +0900 Subject: [PATCH] add vndk_package to aosp_taimen aosp_taimen uses prebuilt vendor.img. Therefore, build system cannot correctly track the dependencies to vndk libs required. Add vndk_package to install all possible vndk libraries. Bug: 67002788 Test: aosp_taimen boots to the UI Change-Id: Ib52a6496cc3f00c7d10788668d841994e91714ba --- aosp_taimen.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aosp_taimen.mk b/aosp_taimen.mk index 80c2cf5..2c819de 100644 --- a/aosp_taimen.mk +++ b/aosp_taimen.mk @@ -29,7 +29,8 @@ PRODUCT_PACKAGES += \ Dialer \ Launcher3 \ WallpaperPicker \ - netutils-wrapper-1.0 + netutils-wrapper-1.0 \ + vndk_package PRODUCT_COPY_FILES += \ device/google/taimen/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml