summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-makefiles.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 30b037b..5a6144f 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -56,6 +56,16 @@ EOF
# This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh
+# NFC packages
+PRODUCT_PACKAGES += \\
+ libnfc \\
+ libnfc_jni \\
+ Nfc \\
+ Tag
+
+# Pick up overlay for features that depend on non-open-source files
+DEVICE_PACKAGE_OVERLAYS := vendor/__MANUFACTURER__/__DEVICE__/overlay
+
\$(call inherit-product, device/__MANUFACTURER__/__DEVICE__/full___DEVICE__-vendor.mk)
EOF