mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
wahoo: move vndk-sp libs to /system/lib/vndk-sp and RS libs
With this CL, wahoo devices have the same status with marlin/sailfish in terms of vndk-sp libs. Bug: 37550338 Bug: 37483222 Test: RenderScript apps work (e.g. CameraScript) Test: boot successful without following message: failed to load /vendor/lib64/egl/libEGL_adreno.so from sphal namespace: dlopen failed: library "libcutils.so" not found Change-Id: I4a2159395904c2597ed74785b00dca4487aea715
This commit is contained in:
committed by
Thierry Strudel
parent
fad17c05c2
commit
59b2c5a0b9
@@ -520,6 +520,14 @@ PRODUCT_PACKAGES += \
|
||||
libhidltransport.vndk-sp\
|
||||
libutils.vndk-sp\
|
||||
libc++.vndk-sp\
|
||||
libRS_internal.vndk-sp\
|
||||
libRSDriver.vndk-sp\
|
||||
libRSCpuRef.vndk-sp\
|
||||
libbcinfo.vndk-sp\
|
||||
libblas.vndk-sp\
|
||||
libft2.vndk-sp\
|
||||
libpng.vndk-sp\
|
||||
libcompiler_rt.vndk-sp\
|
||||
libbacktrace.vndk-sp\
|
||||
libunwind.vndk-sp\
|
||||
liblzma.vndk-sp\
|
||||
|
||||
@@ -14,6 +14,14 @@ VNDK_SP_LIBRARIES := \
|
||||
libhidltransport\
|
||||
libutils\
|
||||
libc++\
|
||||
libRS_internal\
|
||||
libRSDriver\
|
||||
libRSCpuRef\
|
||||
libbcinfo\
|
||||
libblas\
|
||||
libft2\
|
||||
libpng\
|
||||
libcompiler_rt\
|
||||
libbacktrace\
|
||||
libunwind\
|
||||
liblzma\
|
||||
@@ -27,7 +35,6 @@ LOCAL_MULTILIB := 32
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_INSTALLED_MODULE_STEM := $1.so
|
||||
LOCAL_MODULE_SUFFIX := .so
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_MODULE_RELATIVE_PATH := vndk-sp
|
||||
include $$(BUILD_PREBUILT)
|
||||
|
||||
@@ -39,7 +46,6 @@ LOCAL_MULTILIB := 64
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_INSTALLED_MODULE_STEM := $1.so
|
||||
LOCAL_MODULE_SUFFIX := .so
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_MODULE_RELATIVE_PATH := vndk-sp
|
||||
include $$(BUILD_PREBUILT)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user