some launcher script tweaks
[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 \
ebcf0cf7 12 alsa.omap3 \
a22e4567 13 kill_android \
220674ac 14 keypad.kcm \
15
16# overlay.omap3
34a1da07 17
18$(call inherit-product, build/target/product/generic.mk)
19
86591c82 20# Inherit some common cyanogenmod stuff.
21$(call inherit-product, vendor/cyanogen/products/common.mk)
22
34a1da07 23# Overrides
24PRODUCT_BRAND := openpandora
25PRODUCT_NAME := pandora
26PRODUCT_DEVICE := pandora
86591c82 27PRODUCT_MODEL := Pandora
28PRODUCT_MANUFACTURER := OpenPandora
29
30PRODUCT_PACKAGE_OVERLAYS += device/openpandora/pandora/overlay
34a1da07 31
ca88b611 32# this make file is to extend FRAMEWORKS_BASE_SUBDIRS from pathmake.mk
33# and this is placed in common-open as this common between omap3 and omap4
34include device/ti/common-open/OmapMMLib.mk
35
34a1da07 36# Making ril wake lock timeout to zero. This is required to decrease the device suspend delay.
37# ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0
38
39# Install the features available on this device.
40PRODUCT_COPY_FILES += \
220674ac 41 frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
42 frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
43 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
44