recreate rootfs on ver change, link gralloc
[android_pandora.git] / pandora.mk
CommitLineData
220674ac 1PRODUCT_PACKAGES += \
2 librs_jni \
3 dspexec \
4 libbridge \
5 libaudiopolicy \
6
7PRODUCT_PACKAGES += \
a22e4567 8 ApiDemos \
9 SoundRecorder \
10 GeneralRunner \
11 BluetoothSCOApp \
220674ac 12 alsa.default \
a22e4567 13 kill_android \
a22e4567 14 oi-filemanager \
220674ac 15 keypad.kcm \
16
17# overlay.omap3
34a1da07 18
19$(call inherit-product, build/target/product/generic.mk)
20
21# Overrides
22PRODUCT_BRAND := openpandora
23PRODUCT_NAME := pandora
24PRODUCT_DEVICE := pandora
220674ac 25PRODUCT_PACKAGE_OVERLAYS := device/openpandora/pandora/overlay
34a1da07 26
ca88b611 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
29include device/ti/common-open/OmapMMLib.mk
30
34a1da07 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.
35PRODUCT_COPY_FILES += \
220674ac 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