add OmapMMLib to fix compile
[android_pandora.git] / pandora.mk
1 PRODUCT_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
12 PRODUCT_BRAND := openpandora
13 PRODUCT_NAME := pandora
14 PRODUCT_DEVICE := pandora
15 PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic
16
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
19 include device/ti/common-open/OmapMMLib.mk
20
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.
25 PRODUCT_COPY_FILES += \
26     frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml