blueline: Remove vendor RenderScript implementation.
Change-Id: I5b156d1a199d5e1b80981fbad7f86fc5672ca41c
This commit is contained in:
131
Android.bp
131
Android.bp
@@ -7695,59 +7695,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libRSDriver_adreno",
|
||||
owner: "google",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libRSDriver_adreno.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libRS_internal",
|
||||
"libRSCpuRef",
|
||||
"liblog",
|
||||
"libEGL",
|
||||
"libGLESv1_CM",
|
||||
"libGLESv2",
|
||||
"libnativewindow",
|
||||
"librs_adreno",
|
||||
"libbcinfo",
|
||||
"libdl",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libRSDriver_adreno.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libRS_internal",
|
||||
"libRSCpuRef",
|
||||
"liblog",
|
||||
"libEGL",
|
||||
"libGLESv1_CM",
|
||||
"libGLESv2",
|
||||
"libnativewindow",
|
||||
"librs_adreno",
|
||||
"libbcinfo",
|
||||
"libdl",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libSecureUILib",
|
||||
owner: "google",
|
||||
@@ -10580,84 +10527,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "librs_adreno",
|
||||
owner: "google",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/librs_adreno.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libgsl",
|
||||
"libcutils",
|
||||
"libCB",
|
||||
"libz",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/librs_adreno.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libgsl",
|
||||
"libcutils",
|
||||
"libCB",
|
||||
"libz",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "librs_adreno_sha1",
|
||||
owner: "google",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/librs_adreno_sha1.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/librs_adreno_sha1.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libsdedrm",
|
||||
owner: "google",
|
||||
|
||||
@@ -1025,7 +1025,6 @@ PRODUCT_PACKAGES += \
|
||||
libOpenCL \
|
||||
libQSEEComAPI \
|
||||
libQTEEConnector_vendor \
|
||||
libRSDriver_adreno \
|
||||
libSecureUILib \
|
||||
libStDrvInt \
|
||||
libSubSystemShutdown \
|
||||
@@ -1092,8 +1091,6 @@ PRODUCT_PACKAGES += \
|
||||
libqti-utils \
|
||||
libqtikeymaster4 \
|
||||
librpmb \
|
||||
librs_adreno \
|
||||
librs_adreno_sha1 \
|
||||
libsdedrm \
|
||||
libsdm-color \
|
||||
libsdm-diag \
|
||||
|
||||
BIN
proprietary/vendor/lib/libRSDriver_adreno.so
vendored
BIN
proprietary/vendor/lib/libRSDriver_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/librs_adreno.so
vendored
BIN
proprietary/vendor/lib/librs_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/librs_adreno_sha1.so
vendored
BIN
proprietary/vendor/lib/librs_adreno_sha1.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libRSDriver_adreno.so
vendored
BIN
proprietary/vendor/lib64/libRSDriver_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/librs_adreno.so
vendored
BIN
proprietary/vendor/lib64/librs_adreno.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/librs_adreno_sha1.so
vendored
BIN
proprietary/vendor/lib64/librs_adreno_sha1.so
vendored
Binary file not shown.
Reference in New Issue
Block a user