X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora.mk;h=6c9abfceb937e6b7bc1b2e2dff08cda0cc4799ba;hb=ebcf0cf7399e3ec5ba51c5a904553fbcc55725e5;hp=c54064b7126528fa10dfa42fe65cc1fd615aacd4;hpb=34a1da0714c0d9f8add061f7becdda036c54c889;p=android_pandora.git diff --git a/pandora.mk b/pandora.mk index c54064b..6c9abfc 100644 --- a/pandora.mk +++ b/pandora.mk @@ -1,10 +1,20 @@ -PRODUCT_PACKAGES := \ - ApiDemos \ - SoundRecorder \ - GeneralRunner \ - BluetoothSCOApp \ - alsa.$(TARGET_PRODUCT) \ - kill_android \ +PRODUCT_PACKAGES += \ + librs_jni \ + dspexec \ + libbridge \ + libaudiopolicy \ + +PRODUCT_PACKAGES += \ + ApiDemos \ + SoundRecorder \ + GeneralRunner \ + BluetoothSCOApp \ + alsa.omap3 \ + kill_android \ + oi-filemanager \ + keypad.kcm \ + +# overlay.omap3 $(call inherit-product, build/target/product/generic.mk) @@ -12,11 +22,18 @@ $(call inherit-product, build/target/product/generic.mk) PRODUCT_BRAND := openpandora PRODUCT_NAME := pandora PRODUCT_DEVICE := pandora -PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic +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/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml + 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 \ +