From 4a4ccb43b1806bcff0e033db7dd38c5f02114b61 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 3 Jun 2011 09:06:33 -0700 Subject: Add NFC modules by default. They had to be disabled for a while because of a crashing issue that has since been resolved. Change-Id: Ib4494d497136278b81eb5ff67c0ffa1b92f77d16 --- setup-makefiles.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'setup-makefiles.sh') diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 230bc67..916c1ea 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -48,13 +48,6 @@ 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 -- cgit v1.1