blob: e04c3015bf87659d7b564fcb0d16761cea77a596 [file] [log] [blame]
araa342202012-09-04 14:59:34 -03001# Inherit common stuff
sarcastilloa2cf90c2013-03-29 15:45:46 +01002$(call inherit-product, vendor/aoxp/config/common.mk)
araa342202012-09-04 14:59:34 -03003
sarcastilloa2cf90c2013-03-29 15:45:46 +01004PRODUCT_PACKAGE_OVERLAYS += vendor/aoxp/overlay/tablet
araa342202012-09-04 14:59:34 -03005
6# BT config
7PRODUCT_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)