blob: 547e72af3985583fdb26700e762e687618ea76ef [file] [log] [blame] [edit]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_st_secure_element_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_st_secure_element_license"],
}
cc_binary {
name: "[email protected]",
relative_install_path: "hw",
init_rc: ["[email protected]"],
proprietary: true,
defaults: ["hidl_defaults"],
srcs: [
"StEseService.cpp",
"SecureElement.cpp",
],
shared_libs: [
"[email protected]",
"ese_spi_st",
"libbase",
"libcutils",
"libhardware",
"libhidlbase",
"liblog",
"libutils",
],
sanitize: {
memtag_heap: true,
},
}