mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-30 01:47:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user