| 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, |
| }, |
| } |