Files
vendor_samsung_sm8250-common/r8qxx/Android.bp
T
ata-kaner 4760d2d219 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.
2024-01-29 12:28:24 +03:00

46 lines
832 B
Plaintext

// Automatically generated file. DO NOT MODIFY
//
// This file is generated by device/samsung/r8qxx/setup-makefiles.sh
soong_namespace {
imports: [
"vendor/samsung/r8q-common",
],
}
cc_prebuilt_library_shared {
name: "ese_spi_nxp",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: ["proprietary/vendor/lib64/ese_spi_nxp.so"],
},
},
compile_multilib: "64",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_binary {
name: "android.hardware.secure_element@1.0-service",
owner: "samsung",
target: {
android_arm64: {
srcs: ["proprietary/vendor/bin/hw/android.hardware.secure_element@1.0-service"],
},
},
compile_multilib: "64",
check_elf_files: false,
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}