acheron: Update Adreno blobs from AOSPA (530.55)
Change-Id: I931adca205d3df8a6c53fc0f62dddf8f6e7d34b3
This commit is contained in:
+175
-45
@@ -1068,7 +1068,6 @@ cc_prebuilt_library_shared {
|
|||||||
"libllvm-glnext",
|
"libllvm-glnext",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libnativewindow",
|
|
||||||
"vendor.qti.hardware.display.mapper@2.0",
|
"vendor.qti.hardware.display.mapper@2.0",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"vendor.qti.hardware.display.mapper@3.0",
|
"vendor.qti.hardware.display.mapper@3.0",
|
||||||
@@ -1076,6 +1075,9 @@ cc_prebuilt_library_shared {
|
|||||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
|
"vendor.qti.hardware.display.mapper@4.0",
|
||||||
|
"android.hardware.graphics.mapper@4.0",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -1094,7 +1096,6 @@ cc_prebuilt_library_shared {
|
|||||||
"libllvm-glnext",
|
"libllvm-glnext",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libnativewindow",
|
|
||||||
"vendor.qti.hardware.display.mapper@2.0",
|
"vendor.qti.hardware.display.mapper@2.0",
|
||||||
"android.hardware.graphics.mapper@2.0",
|
"android.hardware.graphics.mapper@2.0",
|
||||||
"vendor.qti.hardware.display.mapper@3.0",
|
"vendor.qti.hardware.display.mapper@3.0",
|
||||||
@@ -1102,6 +1103,9 @@ cc_prebuilt_library_shared {
|
|||||||
"vendor.qti.hardware.display.mapperextensions@1.1",
|
"vendor.qti.hardware.display.mapperextensions@1.1",
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
|
"vendor.qti.hardware.display.mapper@4.0",
|
||||||
|
"android.hardware.graphics.mapper@4.0",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
@@ -1172,6 +1176,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libgsl",
|
"libgsl",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libgralloc.qti",
|
"libgralloc.qti",
|
||||||
"libgralloctypes",
|
"libgralloctypes",
|
||||||
@@ -1195,6 +1200,7 @@ cc_prebuilt_library_shared {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"libgsl",
|
"libgsl",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"libnativewindow",
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libgralloc.qti",
|
"libgralloc.qti",
|
||||||
"libgralloctypes",
|
"libgralloctypes",
|
||||||
@@ -1729,6 +1735,59 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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_vendor",
|
||||||
|
"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_vendor",
|
||||||
|
"libdl",
|
||||||
|
"libz",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libadreno_utils",
|
name: "libadreno_utils",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -3941,6 +4000,76 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "liblbs_core",
|
name: "liblbs_core",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -4929,49 +5058,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libqcbor",
|
name: "libqcbor",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -8657,6 +8743,50 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.samsung.hardware.bluetooth.a2dp@1.0",
|
name: "vendor.samsung.hardware.bluetooth.a2dp@1.0",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
+8
-1
@@ -127,6 +127,10 @@ PRODUCT_COPY_FILES += \
|
|||||||
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin \
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/bdwlan.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/bdwlan.bin \
|
||||||
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/regdb.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/regdb.bin \
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlan/qca_cld/regdb.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/regdb.bin \
|
||||||
vendor/samsung/acheron/proprietary/vendor/firmware/wlanmdsp.mbn:$(TARGET_COPY_OUT_VENDOR)/firmware/wlanmdsp.mbn \
|
vendor/samsung/acheron/proprietary/vendor/firmware/wlanmdsp.mbn:$(TARGET_COPY_OUT_VENDOR)/firmware/wlanmdsp.mbn \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/sequence_manifest.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/sequence_manifest.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_kbcs_32.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_32.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_kbcs_64.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_kbcs_64.bin \
|
||||||
|
vendor/samsung/acheron/proprietary/vendor/gpu/kbc/unified_ksqs.bin:$(TARGET_COPY_OUT_VENDOR)/gpu/kbc/unified_ksqs.bin \
|
||||||
vendor/samsung/acheron/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/acheron/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/acheron/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/acheron/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/acheron/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 \
|
vendor/samsung/acheron/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 \
|
libacdbloader \
|
||||||
libacdbrtac \
|
libacdbrtac \
|
||||||
libadiertac \
|
libadiertac \
|
||||||
|
libadreno_app_profiles \
|
||||||
libadreno_utils \
|
libadreno_utils \
|
||||||
libadsp_default_listener \
|
libadsp_default_listener \
|
||||||
libadsprpc \
|
libadsprpc \
|
||||||
@@ -230,6 +235,8 @@ PRODUCT_PACKAGES += \
|
|||||||
libizat_client_api \
|
libizat_client_api \
|
||||||
libizat_core \
|
libizat_core \
|
||||||
libjnihelper \
|
libjnihelper \
|
||||||
|
libkcl \
|
||||||
|
libkernelmanager \
|
||||||
liblbs_core \
|
liblbs_core \
|
||||||
libllvm-glnext \
|
libllvm-glnext \
|
||||||
libllvm-qcom \
|
libllvm-qcom \
|
||||||
@@ -252,7 +259,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libpdmapper \
|
libpdmapper \
|
||||||
libpdnotifier \
|
libpdnotifier \
|
||||||
libperipheral_client \
|
libperipheral_client \
|
||||||
libpvr \
|
|
||||||
libqcbor \
|
libqcbor \
|
||||||
libqcc_file_agent \
|
libqcc_file_agent \
|
||||||
libqcci_legacy \
|
libqcci_legacy \
|
||||||
@@ -335,6 +341,7 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.qti.hardware.vpp@1.1 \
|
vendor.qti.hardware.vpp@1.1 \
|
||||||
vendor.qti.hardware.vpp@1.2 \
|
vendor.qti.hardware.vpp@1.2 \
|
||||||
vendor.qti.hardware.vpp@1.3 \
|
vendor.qti.hardware.vpp@1.3 \
|
||||||
|
vendor.qti.qspmhal@1.0_vendor \
|
||||||
vendor.samsung.hardware.bluetooth.a2dp@1.0 \
|
vendor.samsung.hardware.bluetooth.a2dp@1.0 \
|
||||||
vendor.samsung.hardware.bluetooth@2.0 \
|
vendor.samsung.hardware.bluetooth@2.0 \
|
||||||
vendor.samsung.hardware.gnss@2.0 \
|
vendor.samsung.hardware.gnss@2.0 \
|
||||||
|
|||||||
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.
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.
Binary file not shown.
Reference in New Issue
Block a user