b2eb06a504a65a356d95411201bd79f89c3fe002
[android_pandora.git] / pandora.mk
1 PRODUCT_PACKAGES := \
2         ApiDemos \
3         SoundRecorder \
4         GeneralRunner \
5         BluetoothSCOApp \
6         alsa.$(TARGET_PRODUCT) \
7         kill_android \
8         AndroidTerm \
9         libjackpal-androidterm3-pnd \
10         oi-filemanager \
11
12 $(call inherit-product, build/target/product/generic.mk)
13
14 # Overrides
15 PRODUCT_BRAND := openpandora
16 PRODUCT_NAME := pandora
17 PRODUCT_DEVICE := pandora
18 PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic
19
20 # this make file is to extend FRAMEWORKS_BASE_SUBDIRS from pathmake.mk
21 # and this is placed in common-open as this common between omap3 and omap4
22 include device/ti/common-open/OmapMMLib.mk
23
24 # Making ril wake lock timeout to zero. This is required to decrease the device suspend delay.
25 # ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0
26
27 # Install the features available on this device.
28 PRODUCT_COPY_FILES += \
29     frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml