Compare commits
5
Commits
16.2
...
3a069b438c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a069b438c | ||
|
|
090f801d0e | ||
|
|
0c698a4dcb | ||
|
|
420a4ebc02 | ||
|
|
070c9a75f0 |
+209
-97
@@ -523,56 +523,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "audio.bluetooth_qti.default",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/hw/audio.bluetooth_qti.default.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbluetooth_audio_session_qti",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libfmq",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/hw/audio.bluetooth_qti.default.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbluetooth_audio_session_qti",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libfmq",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
relative_install_path: "hw",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "sound_trigger.primary.atoll",
|
||||
owner: "samsung",
|
||||
@@ -1068,7 +1018,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 +1025,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 +1046,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 +1053,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 +1126,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -1195,6 +1150,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libgsl",
|
||||
"libutils",
|
||||
"libnativewindow",
|
||||
"libvndksupport",
|
||||
"libgralloc.qti",
|
||||
"libgralloctypes",
|
||||
@@ -1729,6 +1685,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_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 {
|
||||
name: "libadreno_utils",
|
||||
owner: "samsung",
|
||||
@@ -2855,7 +2864,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libbinder",
|
||||
"libdrm",
|
||||
"libtinyxml2",
|
||||
"libtinyxml2-v34",
|
||||
"libhidlbase",
|
||||
"android.frameworks.sensorservice@1.0",
|
||||
"libtinyxml",
|
||||
@@ -2877,7 +2886,7 @@ cc_prebuilt_library_shared {
|
||||
"liblog",
|
||||
"libbinder",
|
||||
"libdrm",
|
||||
"libtinyxml2",
|
||||
"libtinyxml2-v34",
|
||||
"libhidlbase",
|
||||
"android.frameworks.sensorservice@1.0",
|
||||
"libtinyxml",
|
||||
@@ -3941,6 +3950,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 +5008,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 +8693,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",
|
||||
@@ -11864,6 +11944,38 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libswdap",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/soundfx/libswdap.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libaudioutils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libprofileparamstorage",
|
||||
"libspatializerparamstorage",
|
||||
"libsecaudiocoreutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libswspatializer",
|
||||
owner: "samsung",
|
||||
|
||||
+10
-2
@@ -12,6 +12,7 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/charger_fstab.qti:$(TARGET_COPY_OUT_VENDOR)/etc/charger_fstab.qti \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/data/dsi_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/dsi_config.xml \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/data/netmgr_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/data/netmgr_config.xml \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/flp.conf:$(TARGET_COPY_OUT_VENDOR)/etc/flp.conf \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/gnss_antenna_info.conf:$(TARGET_COPY_OUT_VENDOR)/etc/gnss_antenna_info.conf \
|
||||
vendor/samsung/acheron/proprietary/vendor/etc/gpfspath_oem_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gpfspath_oem_config.xml \
|
||||
@@ -127,6 +128,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/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/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.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 \
|
||||
@@ -153,7 +158,6 @@ PRODUCT_PACKAGES += \
|
||||
libq3dtools_esx \
|
||||
android.hardware.bluetooth@1.0-impl-qti \
|
||||
android.hardware.gnss@2.1-impl-qti \
|
||||
audio.bluetooth_qti.default \
|
||||
sound_trigger.primary.atoll \
|
||||
vendor.qti.hardware.audiohalext@1.0-impl \
|
||||
vendor.qti.hardware.bluetooth_audio@2.0-impl \
|
||||
@@ -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 \
|
||||
@@ -444,6 +451,7 @@ PRODUCT_PACKAGES += \
|
||||
libqcreverb \
|
||||
libqcvirt \
|
||||
libshoebox \
|
||||
libswdap \
|
||||
libswspatializer \
|
||||
spatializer-aidl-V1-cpp \
|
||||
unihal_cutils@2.15 \
|
||||
|
||||
+2243
File diff suppressed because it is too large
Load Diff
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.
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.
Vendored
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.
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.
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.
Vendored
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.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user