sdm660-common: Build all extra VNDK versions
* Basically make system a GSI, but this should avoid us the headache made by VNDK libs not being built based on proprietary interfaces Change-Id: I1ca876b5d2a82d41af76f4c327b89a181bb3d6bd Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
04a8b68670
commit
5b063c289a
1 changed files with 3 additions and 0 deletions
|
@ -585,6 +585,9 @@ PRODUCT_PACKAGES += \
|
|||
libstdc++.vendor_32 \
|
||||
com.android.vndk.current.on_vendor
|
||||
|
||||
# VNDK
|
||||
PRODUCT_EXTRA_VNDK_VERSIONS := 28 29 30
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libprotobuf-cpp-full.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libprotobuf-cpp-full-v29.so \
|
||||
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-core/libprotobuf-cpp-lite.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libprotobuf-cpp-lite-v29.so
|
||||
|
|
Loading…
Reference in a new issue