r8q: Squashed commit of r8q decommonization

Losing my SSD caused some commits to be lost. Luckly, proprietary-files.txt was already pushed.

This message will shortly list the changes included in this commit

* Decommonization for r8qxx and r8qxxx
* Blobbed secure element HAL
* Upgraded secure element 1.2 HAL from r8qxxx
* Removal of WCNSS_qcom_cfg.ini . Moved to device tree long time ago.
This commit is contained in:
ata-kaner
2024-01-28 17:24:07 +03:00
parent 798311fabf
commit 4760d2d219
1480 changed files with 1597 additions and 3256 deletions
+39 -11
View File
@@ -1,8 +1,10 @@
// Automatically generated file. DO NOT MODIFY // Automatically generated file. DO NOT MODIFY
// //
// This file is generated by device/samsung/r8q/setup-makefiles.sh // This file is generated by device/samsung/r8q-common/setup-makefiles.sh
soong_namespace { soong_namespace {
imports: [
],
} }
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
@@ -45,6 +47,23 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "android.hardware.secure_element-impl-gto",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/android.hardware.secure_element-impl-gto.so"],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libkeymaster_helper", name: "libkeymaster_helper",
owner: "samsung", owner: "samsung",
@@ -125,6 +144,13 @@ android_app_import {
product_specific: true, product_specific: true,
} }
dex_import {
name: "audiosphere",
owner: "samsung",
jars: ["proprietary/system_ext/framework/audiosphere.jar"],
system_ext_specific: true,
}
dex_import { dex_import {
name: "com.android.hotwordenrollment.common.util", name: "com.android.hotwordenrollment.common.util",
owner: "samsung", owner: "samsung",
@@ -198,7 +224,12 @@ prebuilt_etc_xml {
cc_prebuilt_binary { cc_prebuilt_binary {
name: "android.hardware.keymaster@4.0-strongbox-service-qti", name: "android.hardware.keymaster@4.0-strongbox-service-qti",
owner: "samsung", owner: "samsung",
srcs: ["proprietary/vendor/bin/hw/android.hardware.keymaster@4.0-strongbox-service-qti"], target: {
android_arm64: {
srcs: ["proprietary/vendor/bin/hw/android.hardware.keymaster@4.0-strongbox-service-qti"],
},
},
compile_multilib: "64",
check_elf_files: false, check_elf_files: false,
strip: { strip: {
none: true, none: true,
@@ -208,15 +239,12 @@ cc_prebuilt_binary {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_binary { sh_binary {
name: "android.hardware.gatekeeper@1.0-service", name: "android.hardware.secure_element@1.2-service",
owner: "samsung", owner: "samsung",
srcs: ["proprietary/vendor/bin/hw/android.hardware.gatekeeper@1.0-service"], src: "proprietary/vendor/bin/hw/android.hardware.secure_element@1.2-service",
check_elf_files: false, filename: "android.hardware.secure_element@1.2-service",
strip: { sub_dir: "hw",
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true, soc_specific: true,
} }
+9
View File
@@ -0,0 +1,9 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/samsung/r8q-common/setup-makefiles.sh
LOCAL_PATH := $(call my-dir)
ifneq ($(filter r8qxx r8qxxx,$(TARGET_DEVICE)),)
endif
+4
View File
@@ -0,0 +1,4 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/samsung/r8q-common/setup-makefiles.sh

Some files were not shown because too many files have changed in this diff Show More