mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 18:19:03 +00:00
Copy libz.so to vndk-sp
This commit copies libz.so to /system/lib[64]/vndk-sp because according to b/37617391, libz.so is not as stable as we thought. Bug: 37617391 Test: walleye builds and /system/lib[64]/vndk-sp/libz.so exists. Change-Id: I2401431d9c3d98ff788fcbc17fb7f9d43cc56b07
This commit is contained in:
@@ -521,6 +521,7 @@ PRODUCT_PACKAGES += \
|
||||
libbacktrace.vndk-sp\
|
||||
libunwind.vndk-sp\
|
||||
liblzma.vndk-sp\
|
||||
libz.vndk-sp\
|
||||
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := framework-res
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ VNDK_SP_LIBRARIES := \
|
||||
libbacktrace\
|
||||
libunwind\
|
||||
liblzma\
|
||||
libz\
|
||||
|
||||
define add-vndk-sp-lib
|
||||
include $$(CLEAR_VARS)
|
||||
|
||||
Reference in New Issue
Block a user