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
This commit is contained in:
Jiyong Park
2018-01-22 11:53:38 +09:00
parent 4350dc70e5
commit 9496c4b2d9

View File

@@ -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