sdm660-common: move VNDK APEX to vendor partition
... for aosp_* targets so that we don't need to update vendor.img everytime there is a change in the VNDK libraries Bug: 140136207 Test: build, m Signed-off-by: Manish4586 <manish.n.manish45@gmail.com> Change-Id: Ibfe67b4cca6ef6648ad39a50154cb539348b008a
This commit is contained in:
parent
262f018a5e
commit
80a9405ac4
1 changed files with 2 additions and 1 deletions
|
@ -567,7 +567,8 @@ PRODUCT_PACKAGES += \
|
||||||
libdng_sdk.vendor_32 \
|
libdng_sdk.vendor_32 \
|
||||||
libstdc++.vendor_32 \
|
libstdc++.vendor_32 \
|
||||||
vndk-ext \
|
vndk-ext \
|
||||||
vndk_package
|
vndk_package \
|
||||||
|
com.android.vndk.current.on_vendor
|
||||||
|
|
||||||
# WiFi
|
# WiFi
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue