initial version
[android_pandora.git] / pandora.mk
CommitLineData
34a1da07 1PRODUCT_PACKAGES := \
2 ApiDemos \
3 SoundRecorder \
4 GeneralRunner \
5 BluetoothSCOApp \
6 alsa.$(TARGET_PRODUCT) \
7 kill_android \
8
9$(call inherit-product, build/target/product/generic.mk)
10
11# Overrides
12PRODUCT_BRAND := openpandora
13PRODUCT_NAME := pandora
14PRODUCT_DEVICE := pandora
15PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic
16
17# Making ril wake lock timeout to zero. This is required to decrease the device suspend delay.
18# ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0
19
20# Install the features available on this device.
21PRODUCT_COPY_FILES += \
22 frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml