summaryrefslogtreecommitdiffstats
path: root/full_crespo.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-22 17:39:28 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-22 17:39:28 -0700
commit369ea9b5c08c5c7b89823975c1e038ed5d746bb2 (patch)
tree26e09122ad535368418793f89c5ebf61dd282004 /full_crespo.mk
parent07bf7d725615f19523e8b7e73f4ce0fcd9ce45cc (diff)
parent1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e (diff)
downloaddevice_samsung_crespo-369ea9b5c08c5c7b89823975c1e038ed5d746bb2.zip
device_samsung_crespo-369ea9b5c08c5c7b89823975c1e038ed5d746bb2.tar.gz
device_samsung_crespo-369ea9b5c08c5c7b89823975c1e038ed5d746bb2.tar.bz2
am 1b8bb820: Bring this back closer to the gingerbread state
* commit '1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e': Bring this back closer to the gingerbread state
Diffstat (limited to 'full_crespo.mk')
-rw-r--r--full_crespo.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/full_crespo.mk b/full_crespo.mk
index 3aa53b8..68b8216 100644
--- a/full_crespo.mk
+++ b/full_crespo.mk
@@ -19,23 +19,9 @@
# product configuration (apps).
#
-# NFC is a product-level aspect that is too closely tied
-# to this device to justify putting in a more generic config,
-# but which is also not quite a low-level driver to put in
-# device.mk
-PRODUCT_PACKAGES := \
- libnfc \
- libnfc_jni \
- Nfc \
- Tag
-
# Get the long list of APNs
PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
-# Get the parts that are either non-open-source or depend
-# on non-open-source drivers
-$(call inherit-product-if-exists, vendor/samsung/crespo/full_crespo-trampoline.mk)
-
# 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