99823de305c97318bec0a1240ecbadb55c86b4f3
[android_pandora.git] / pandora.mk
1 PRODUCT_PACKAGES += \
2         librs_jni \
3         dspexec \
4         libbridge \
5         libaudiopolicy \
6
7 PRODUCT_PACKAGES += \
8         ApiDemos \
9         SoundRecorder \
10         GeneralRunner \
11         BluetoothSCOApp \
12         alsa.default \
13         kill_android \
14         oi-filemanager \
15         keypad.kcm \
16
17 #       overlay.omap3
18
19 $(call inherit-product, build/target/product/generic.mk)
20
21 # Overrides
22 PRODUCT_BRAND := openpandora
23 PRODUCT_NAME := pandora
24 PRODUCT_DEVICE := pandora
25 PRODUCT_PACKAGE_OVERLAYS := device/openpandora/pandora/overlay
26
27 # this make file is to extend FRAMEWORKS_BASE_SUBDIRS from pathmake.mk
28 # and this is placed in common-open as this common between omap3 and omap4
29 include device/ti/common-open/OmapMMLib.mk
30
31 # Making ril wake lock timeout to zero. This is required to decrease the device suspend delay.
32 # ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0
33
34 # Install the features available on this device.
35 PRODUCT_COPY_FILES += \
36     frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
37     frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
38     frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
39