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",
|
||||
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
@@ -127,6 +127,10 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlan/qca_cld/regdb.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/regdb.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/firmware/wlanmdsp.mbn:$(TARGET_COPY_OUT_VENDOR)/firmware/wlanmdsp.mbn \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/gpu/kbc/sequence_manifest.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/sequence_manifest.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/gpu/kbc/unified_kbcs_32.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_32.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/gpu/kbc/unified_kbcs_64.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_64.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/gpu/kbc/unified_ksqs.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_ksqs.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.0_1_lsi_s5kgw1p.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_0_sony_imx616.bin \
|
||||
vendor/samsung/sm7125-common/proprietary/vendor/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin:$(TARGET_COPY_OUT_VENDOR)/lib/camera/com.samsung.sensormodule.1_1_lsi_s5kgd2.bin \
|
||||
@@ -178,6 +182,7 @@ PRODUCT_PACKAGES += \
|
||||
libacdbloader \
|
||||
libacdbrtac \
|
||||
libadiertac \
|
||||
libadreno_app_profiles \
|
||||
libadreno_utils \
|
||||
libadsp_default_listener \
|
||||
libadsprpc \
|
||||
@@ -230,6 +235,8 @@ PRODUCT_PACKAGES += \
|
||||
libizat_client_api \
|
||||
libizat_core \
|
||||
libjnihelper \
|
||||
libkcl \
|
||||
libkernelmanager \
|
||||
liblbs_core \
|
||||
libllvm-glnext \
|
||||
libllvm-qcom \
|
||||
@@ -252,7 +259,6 @@ PRODUCT_PACKAGES += \
|
||||
libpdmapper \
|
||||
libpdnotifier \
|
||||
libperipheral_client \
|
||||
libpvr \
|
||||
libqcbor \
|
||||
libqcc_file_agent \
|
||||
libqcci_legacy \
|
||||
@@ -335,6 +341,7 @@ PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.vpp@1.1 \
|
||||
vendor.qti.hardware.vpp@1.2 \
|
||||
vendor.qti.hardware.vpp@1.3 \
|
||||
vendor.qti.qspmhal@1.0_vendor \
|
||||
vendor.samsung.hardware.bluetooth.a2dp@1.0 \
|
||||
vendor.samsung.hardware.bluetooth@2.0 \
|
||||
vendor.samsung.hardware.gnss@2.0 \
|
||||
|
||||
Reference in New Issue
Block a user