diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-04-04 13:31:39 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-04-04 13:31:39 -0700 |
commit | 8022c6053f6093ddc030073735f8b585e5b5318d (patch) | |
tree | 444328a54f2fdb328860bae7a4a43471aa297a45 /setup-makefiles.sh | |
parent | 6a6cab1d8afaa797dc793980a38afd0625ed6b88 (diff) | |
parent | 3a2d899d84b55bb6bcbdb0b18db413331874b9a4 (diff) | |
download | device_samsung_crespo-8022c6053f6093ddc030073735f8b585e5b5318d.zip device_samsung_crespo-8022c6053f6093ddc030073735f8b585e5b5318d.tar.gz device_samsung_crespo-8022c6053f6093ddc030073735f8b585e5b5318d.tar.bz2 |
Merge "Add NFC in extracted-binaries builds" into gingerbread
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 916c1ea..230bc67 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 |