summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--device_base.mk14
-rw-r--r--full_crespo.mk14
2 files changed, 14 insertions, 14 deletions
diff --git a/device_base.mk b/device_base.mk
index d63f873..15647e6 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -125,20 +125,6 @@ PRODUCT_PACKAGES += \
libstagefrighthw \
com.android.future.usb.accessory
-# NFC
-PRODUCT_PACKAGES += \
- libnfc \
- libnfc_jni \
- Nfc
-
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- LiveWallpapers \
- LiveWallpapersPicker \
- MagicSmokeWallpapers \
- VisualizationWallpapers \
- librs_jni
-
# Input device calibration files
PRODUCT_COPY_FILES += \
device/samsung/crespo/mxt224_ts_input.idc:system/usr/idc/mxt224_ts_input.idc
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