summaryrefslogtreecommitdiffstats
path: root/full_crespo.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-07-07 15:39:58 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-07-07 15:39:58 -0700
commit29ef6bfa22c2ea9af907debb00251e9f4a1483f6 (patch)
treedb9f62a3e0e2baf670b9ecbc067d113e2d983c5d /full_crespo.mk
parenta4cf1e9c06f04615b1db14cb0ac1c3d2d0807871 (diff)
downloaddevice_samsung_crespo-29ef6bfa22c2ea9af907debb00251e9f4a1483f6.zip
device_samsung_crespo-29ef6bfa22c2ea9af907debb00251e9f4a1483f6.tar.gz
device_samsung_crespo-29ef6bfa22c2ea9af907debb00251e9f4a1483f6.tar.bz2
Clean up device-specific apps
Change-Id: I92378e3da1790307f5eeea06e15da6f7e1529b92
Diffstat (limited to 'full_crespo.mk')
-rw-r--r--full_crespo.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/full_crespo.mk b/full_crespo.mk
index 68b8216..ba8f71e 100644
--- a/full_crespo.mk
+++ b/full_crespo.mk
@@ -22,6 +22,20 @@
# Get the long list of APNs
PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
+# NFC
+PRODUCT_PACKAGES += \
+ libnfc \
+ libnfc_jni \
+ Nfc
+
+# Live Wallpapers
+PRODUCT_PACKAGES += \
+ LiveWallpapers \
+ LiveWallpapersPicker \
+ MagicSmokeWallpapers \
+ VisualizationWallpapers \
+ librs_jni
+
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# This is where we'd set a backup provider if we had one