blob: a75be76848853a31d5b4d1b14a702da772915c08 [file] [log] [blame]
araa342202012-09-04 14:59:34 -03001# Inherit common stuff
2$(call inherit-product, vendor/slim/config/common.mk)
3
4# BT config
5PRODUCT_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)