Convert to Android.bp
See build/soong/README.md for more information.
Bug: 31742855
Test: mma -j
Change-Id: Icb93f3b1b2caeb5e9c00f88ca35841b927ad075d
diff --git a/nfc/1.0/default/Android.bp b/nfc/1.0/default/Android.bp
new file mode 100644
index 0000000..a8c4c81
--- /dev/null
+++ b/nfc/1.0/default/Android.bp
@@ -0,0 +1,16 @@
+cc_library_shared {
+ name: "android.hardware.nfc@1.0-impl",
+ relative_install_path: "hw",
+ srcs: ["Nfc.cpp"],
+ shared_libs: [
+ "liblog",
+ "libcutils",
+ "libhardware",
+ "libhwbinder",
+ "libbase",
+ "libcutils",
+ "libutils",
+ "libhidl",
+ "android.hardware.nfc@1.0",
+ ],
+}