add vndk_package to aosp_walleye

aosp_walleye 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_walleye boots to the UI
Change-Id: I4f0983298ae87147572f6308c170663edf9cd171
This commit is contained in:
Jiyong Park
2018-01-22 11:50:41 +09:00
parent 8fa6855979
commit 2012fda373

View File

@@ -26,7 +26,8 @@ PRODUCT_PACKAGES += \
netutils-wrapper-1.0 \
Dialer \
Launcher3 \
WallpaperPicker
WallpaperPicker \
vndk_package
PRODUCT_COPY_FILES += \
device/google/muskie/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml