From 3f83e3b4baff2f7b457f8cc053a3a8d74eb0f1c2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Oct 2010 09:04:36 -0700 Subject: Move Nfc to be a product-level concern (not device-level) Change-Id: I22c9cabd4b6edac71687702d79d7d7589613ba7d --- full_crespo.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'full_crespo.mk') diff --git a/full_crespo.mk b/full_crespo.mk index c6957e0..4b0bf74 100644 --- a/full_crespo.mk +++ b/full_crespo.mk @@ -19,6 +19,16 @@ # 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 + # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # This is where we'd set a backup provider if we had one -- cgit v1.1