ar | aa34220 | 2012-09-04 14:59:34 -0300 | [diff] [blame] | 1 | # Inherit common stuff |
sarcastillo | a2cf90c | 2013-03-29 15:45:46 +0100 | [diff] [blame] | 2 | $(call inherit-product, vendor/aoxp/config/common.mk) |
ar | aa34220 | 2012-09-04 14:59:34 -0300 | [diff] [blame] | 3 | |
sarcastillo | a2cf90c | 2013-03-29 15:45:46 +0100 | [diff] [blame] | 4 | PRODUCT_PACKAGE_OVERLAYS += vendor/aoxp/overlay/tablet |
ar | aa34220 | 2012-09-04 14:59:34 -0300 | [diff] [blame] | 5 | |
| 6 | # BT config |
| 7 | PRODUCT_COPY_FILES += \ |
| 8 | system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf |
| 9 | |
| 10 | # Bring in all video files |
| 11 | $(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk) |