summaryrefslogtreecommitdiffstats
path: root/setup-makefiles.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-03-31 13:01:39 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-03-31 13:01:39 -0700
commit3a2d899d84b55bb6bcbdb0b18db413331874b9a4 (patch)
tree947bbed24c9aaf0426a22357aebc6356308dfeab /setup-makefiles.sh
parentce1b342c332b6d466a9cf78dafa82256e0270bb6 (diff)
downloaddevice_samsung_crespo-3a2d899d84b55bb6bcbdb0b18db413331874b9a4.zip
device_samsung_crespo-3a2d899d84b55bb6bcbdb0b18db413331874b9a4.tar.gz
device_samsung_crespo-3a2d899d84b55bb6bcbdb0b18db413331874b9a4.tar.bz2
Add NFC in extracted-binaries builds
Change-Id: I8c450836872286577b11b1ecb2d79976da02ebc6
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-xsetup-makefiles.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 6458a2e..0859d1b 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -48,6 +48,13 @@ PRODUCT_PACKAGES := \\
PRODUCT_COPY_FILES := \\
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml
+# 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