ar | aa34220 | 2012-09-04 14:59:34 -0300 | [diff] [blame] | 1 | # Inherit common stuff |
2 | $(call inherit-product, vendor/slim/config/common.mk) | ||||
3 | |||||
4 | # BT config | ||||
5 | PRODUCT_COPY_FILES += \ | ||||
6 | system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf | ||||
7 | |||||
8 | # Bring in all video files | ||||
9 | $(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk) |