add OmapMMLib to fix compile
[android_pandora.git] / pandora.mk
CommitLineData
34a1da07 1PRODUCT_PACKAGES := \
2 ApiDemos \
3 SoundRecorder \
4 GeneralRunner \
5 BluetoothSCOApp \
6 alsa.$(TARGET_PRODUCT) \
7 kill_android \
8
9$(call inherit-product, build/target/product/generic.mk)
10
11# Overrides
12PRODUCT_BRAND := openpandora
13PRODUCT_NAME := pandora
14PRODUCT_DEVICE := pandora
15PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic
16
ca88b611 17# this make file is to extend FRAMEWORKS_BASE_SUBDIRS from pathmake.mk
18# and this is placed in common-open as this common between omap3 and omap4
19include device/ti/common-open/OmapMMLib.mk
20
34a1da07 21# Making ril wake lock timeout to zero. This is required to decrease the device suspend delay.
22# ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0
23
24# Install the features available on this device.
25PRODUCT_COPY_FILES += \
26 frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml