summaryrefslogtreecommitdiffstats
path: root/full_crespo.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-04-22 13:45:12 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-04-22 13:45:12 -0700
commit1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e (patch)
tree3d5797c129ce63f0f78a841db043253538e19f41 /full_crespo.mk
parent76d67da541efcf6a097a35b68192b7ddc9997535 (diff)
downloaddevice_samsung_crespo-1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e.zip
device_samsung_crespo-1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e.tar.gz
device_samsung_crespo-1b8bb820d14fc167ed79ee839d0ca81e5ca37e1e.tar.bz2
Bring this back closer to the gingerbread state
Change-Id: I61fdefaa06d7508a17beacea7e8d39628e156e13
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 aa57db7..ae9c91b 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.mk)
# This is where we'd set a backup provider if we had one