summaryrefslogtreecommitdiff
path: root/1.2/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to '1.2/Android.bp')
-rw-r--r--1.2/Android.bp26
1 files changed, 26 insertions, 0 deletions
diff --git a/1.2/Android.bp b/1.2/Android.bp
new file mode 100644
index 0000000..fbd21fe
--- /dev/null
+++ b/1.2/Android.bp
@@ -0,0 +1,26 @@
+cc_binary {
+ name: "android.hardware.nfc@1.2-service.samsung",
+ defaults: ["hidl_defaults"],
+ proprietary: true,
+ init_rc: ["android.hardware.nfc@1.2-service.samsung.rc"],
+ relative_install_path: "hw",
+ srcs: [
+ "SecNfcService.cpp",
+ "SecNfc.cpp",
+ ],
+ cflags: [
+ ],
+ shared_libs: [
+ "nfc_nci_samsung",
+ "android.hardware.nfc@1.0",
+ "android.hardware.nfc@1.1",
+ "android.hardware.nfc@1.2",
+ "libbase",
+ "libcutils",
+ "libhardware",
+ "liblog",
+ "libutils",
+ "libhidlbase",
+ "libcrypto",
+ ],
+}