mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 03:40:35 +00:00
Merge "vndk: remove some vndk-sp libs from the list." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e1aad6730b
@@ -6,14 +6,8 @@ VNDK_SP_LIBRARIES := \
|
||||
android.hardware.graphics.allocator@2.0\
|
||||
android.hardware.graphics.mapper@2.0\
|
||||
android.hardware.graphics.common@1.0\
|
||||
libhwbinder\
|
||||
libbase\
|
||||
libcutils\
|
||||
libhardware\
|
||||
libhidlbase\
|
||||
libhidltransport\
|
||||
libutils\
|
||||
libc++\
|
||||
libRS_internal\
|
||||
libRSDriver\
|
||||
libRSCpuRef\
|
||||
@@ -22,10 +16,21 @@ VNDK_SP_LIBRARIES := \
|
||||
libft2\
|
||||
libpng\
|
||||
libcompiler_rt\
|
||||
|
||||
ifndef BOARD_VNDK_VERSION
|
||||
VNDK_SP_LIBRARIES += \
|
||||
libhwbinder\
|
||||
libbase\
|
||||
libcutils\
|
||||
libhardware\
|
||||
libutils\
|
||||
libc++\
|
||||
libbacktrace\
|
||||
libunwind\
|
||||
liblzma\
|
||||
|
||||
endif
|
||||
|
||||
define add-vndk-sp-lib
|
||||
include $$(CLEAR_VARS)
|
||||
LOCAL_MODULE := $1.vndk-sp
|
||||
|
||||
Reference in New Issue
Block a user