some launcher script tweaks
[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.omap3 \
13         kill_android \
14         keypad.kcm \
15
16 #       overlay.omap3
17
18 $(call inherit-product, build/target/product/generic.mk)
19
20 # Inherit some common cyanogenmod stuff.
21 $(call inherit-product, vendor/cyanogen/products/common.mk)
22
23 # Overrides
24 PRODUCT_BRAND := openpandora
25 PRODUCT_NAME := pandora
26 PRODUCT_DEVICE := pandora
27 PRODUCT_MODEL := Pandora
28 PRODUCT_MANUFACTURER := OpenPandora
29
30 PRODUCT_PACKAGE_OVERLAYS += device/openpandora/pandora/overlay
31
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
34 include device/ti/common-open/OmapMMLib.mk
35
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.
40 PRODUCT_COPY_FILES += \
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