mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
vndk: remove RS libs from ths list (step 2/2)
With BOARD_VNDK_VERSION:=current, vndk-sp libs will be installed to
/system/lib(64)/vndk-sp directory with
'vndk: {enabled: true, support_system_process: true}' property in
Android.bp of the module.
Remove the modules that already has the 'vndk' property in their
Android.bp file in case BOARD_VNDK_VERSION is defined.
Bug: 63866913
Bug: 64425518
Test: build and boot with and without OARD_VNDK_VERSION=current
Change-Id: I0ff8398ca62a9a5f9dfde7890f538fb8cc5190a2
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
ifneq ($(filter muskie walleye taimen, $(TARGET_DEVICE)),)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
VNDK_SP_LIBRARIES := \
|
||||
libRS_internal\
|
||||
libRSDriver\
|
||||
libRSCpuRef\
|
||||
libft2\
|
||||
libpng\
|
||||
|
||||
ifndef BOARD_VNDK_VERSION
|
||||
VNDK_SP_LIBRARIES += \
|
||||
android.hardware.renderscript@1.0\
|
||||
@@ -29,6 +22,11 @@ VNDK_SP_LIBRARIES += \
|
||||
libbcinfo\
|
||||
libblas\
|
||||
libcompiler_rt\
|
||||
libRS_internal\
|
||||
libRSDriver\
|
||||
libRSCpuRef\
|
||||
libft2\
|
||||
libpng\
|
||||
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user