PRODUCT_PACKAGES += \ librs_jni \ dspexec \ libbridge \ libaudiopolicy \ PRODUCT_PACKAGES += \ ApiDemos \ SoundRecorder \ GeneralRunner \ BluetoothSCOApp \ alsa.omap3 \ kill_android \ keypad.kcm \ # overlay.omap3 $(call inherit-product, build/target/product/generic.mk) # Inherit some common cyanogenmod stuff. $(call inherit-product, vendor/cyanogen/products/common.mk) # Overrides PRODUCT_BRAND := openpandora PRODUCT_NAME := pandora PRODUCT_DEVICE := pandora PRODUCT_MODEL := Pandora PRODUCT_MANUFACTURER := OpenPandora PRODUCT_PACKAGE_OVERLAYS += device/openpandora/pandora/overlay # this make file is to extend FRAMEWORKS_BASE_SUBDIRS from pathmake.mk # and this is placed in common-open as this common between omap3 and omap4 include device/ti/common-open/OmapMMLib.mk # Making ril wake lock timeout to zero. This is required to decrease the device suspend delay. # ADDITIONAL_DEFAULT_PROPERTIES += ro.ril.wake_lock_timeout=0 # Install the features available on this device. PRODUCT_COPY_FILES += \ frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \