| 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_element2_license" |
| // to get the below license kinds: |
| // SPDX-license-identifier-Apache-2.0 |
| // SPDX-license-identifier-GPL-2.0 |
| default_applicable_licenses: ["hardware_st_secure_element2_license"], |
| } |
| |
| cc_binary { |
| name: "[email protected]", |
| relative_install_path: "hw", |
| init_rc: ["[email protected]"], |
| vendor: true, |
| defaults: ["hidl_defaults"], |
| srcs: [ |
| "SecureElement.cpp", |
| "GtoService.cpp", |
| ], |
| |
| shared_libs: [ |
| "[email protected]", |
| "[email protected]", |
| "android.hardware.secure_element.thales.libse", |
| "libbase", |
| "libcutils", |
| "libhardware", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| |
| cflags: [ |
| "-DANDROID", |
| "-DENABLE_LOGGING=1", |
| "-DENABLE_DEBUG=1", |
| "-Wno-unused-parameter", |
| "-Wno-unused-private-field", |
| "-Wno-error", |
| "-Wreturn-type", |
| ], |
| |
| sanitize: { |
| memtag_heap: true, |
| }, |
| } |
| |
| cc_binary { |
| name: "[email protected]", |
| relative_install_path: "hw", |
| init_rc: ["[email protected]"], |
| vendor: true, |
| defaults: ["hidl_defaults"], |
| srcs: [ |
| "SecureElement.cpp", |
| "GtoService_ese2.cpp", |
| ], |
| |
| shared_libs: [ |
| "[email protected]", |
| "android.hardware.secure_element.thales.libse", |
| "[email protected]", |
| "libbase", |
| "libcutils", |
| "libhardware", |
| "libhidlbase", |
| "liblog", |
| "libutils", |
| ], |
| |
| cflags: [ |
| "-DANDROID", |
| "-DENABLE_LOGGING=1", |
| "-DENABLE_DEBUG=1", |
| "-Wno-unused-parameter", |
| "-Wno-unused-private-field", |
| "-Wno-error", |
| "-Wreturn-type", |
| ], |
| |
| sanitize: { |
| memtag_heap: true, |
| }, |
| } |