sm7125-common: Update Adreno blobs from AOSPA (530.55)
Change-Id: Ib5c9a387ecd20b84044e981aba35664435ced777 Signed-off-by: Vayruz Rafli <mikhailovnakowalski@gmail.com>
This commit is contained in:
committed by
Vayruz Rafli
parent
97d59cf5e1
commit
6c0c3155df
+175
-45
@@ -1068,7 +1068,6 @@ cc_prebuilt_library_shared {
|
||||
"libllvm-glnext",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@2.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"vendor.qti.hardware.display.mapper@3.0",
|
||||
@@ -1076,6 +1075,9 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@4.0",
|
||||
"android.hardware.graphics.mapper@4.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -1094,7 +1096,6 @@ cc_prebuilt_library_shared {
|
||||
"libllvm-glnext",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@2.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"vendor.qti.hardware.display.mapper@3.0",
|
||||
@@ -1102,6 +1103,9 @@ cc_prebuilt_library_shared {
|
||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"vendor.qti.hardware.display.mapper@4.0",
|
||||
"android.hardware.graphics.mapper@4.0",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
@@ -1172,6 +1176,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -1195,6 +1200,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -1729,6 +1735,59 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libadreno_app_profiles",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libadreno_app_profiles.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"android.hidl.memory@1.0",
|
||||
"vendor.qti.qspmhal@1.0",
|
||||
"libdl",
|
||||
"libz",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libadreno_app_profiles.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"libutils",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"android.hidl.memory@1.0",
|
||||
"vendor.qti.qspmhal@1.0",
|
||||
"libdl",
|
||||
"libz",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libadreno_utils",
|
||||
owner: "samsung",
|
||||
@@ -3941,6 +4000,76 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libkcl",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libkcl.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libkcl.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libkernelmanager",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libkernelmanager.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libkernelmanager.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "liblbs_core",
|
||||
owner: "samsung",
|
||||
@@ -4929,49 +5058,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libpvr",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libpvr.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libQSEEComAPI",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libpvr.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libQSEEComAPI",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libqcbor",
|
||||
owner: "samsung",
|
||||
@@ -8657,6 +8743,50 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.qti.qspmhal@1.0_vendor",
|
||||
stem: "vendor.qti.qspmhal@1.0",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/vendor.qti.qspmhal@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/vendor.qti.qspmhal@1.0.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "vendor.samsung.hardware.bluetooth.a2dp@1.0",
|
||||
owner: "samsung",
|
||||
|
||||
Reference in New Issue
Block a user