Set some extra build vars.

TINY_TOOLBOX since we have BusyBox, set the kernel modules dir for
BusyBox's modprobe, and enable Windows Media if supported.
This commit is contained in:
Steve Kondik 2010-06-30 01:38:40 -04:00
parent d89a39c796
commit d5a8048b6c
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@ PRODUCT_SPECIFIC_DEFINES += TARGET_OTA_BACKUPTOOL=true
PRODUCT_PROPERTY_OVERRIDES += \
ro.rommanager.developerid=cyanogenmod
# Used by BusyBox
KERNEL_MODULES_DIR:=/system/lib/modules
# Tiny toolbox
TINY_TOOLBOX:=true
# Enable Windows Media if supported by the board
WITH_WINDOWS_MEDIA:=true
# CyanogenMod specific product packages
PRODUCT_PACKAGES += \
CMParts \