diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-04-04 15:03:27 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-04-04 15:03:27 -0700 |
commit | 9879962e403b7904e6dc9f095bdeb699e1aea7cc (patch) | |
tree | 7dc3de6522242ac8b7aba2ecd537427e3c822163 /setup-makefiles.sh | |
parent | 602c7aa9a270a4c907de8cf62bb52c25eb1a4f27 (diff) | |
parent | 8022c6053f6093ddc030073735f8b585e5b5318d (diff) | |
download | device_samsung_crespo-9879962e403b7904e6dc9f095bdeb699e1aea7cc.zip device_samsung_crespo-9879962e403b7904e6dc9f095bdeb699e1aea7cc.tar.gz device_samsung_crespo-9879962e403b7904e6dc9f095bdeb699e1aea7cc.tar.bz2 |
Merge from gingerbread
Change-Id: Ia7835ff0be97c47d671538f9adee1ec62784734a
Diffstat (limited to 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 30b037b..5a6144f 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -56,6 +56,16 @@ EOF # This file is generated by device/__MANUFACTURER__/__DEVICE__/setup-makefiles.sh +# NFC packages +PRODUCT_PACKAGES += \\ + libnfc \\ + libnfc_jni \\ + Nfc \\ + Tag + +# Pick up overlay for features that depend on non-open-source files +DEVICE_PACKAGE_OVERLAYS := vendor/__MANUFACTURER__/__DEVICE__/overlay + \$(call inherit-product, device/__MANUFACTURER__/__DEVICE__/full___DEVICE__-vendor.mk) EOF |