mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user