X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=blobdiff_plain;f=pandora.mk;h=99823de305c97318bec0a1240ecbadb55c86b4f3;hp=fae44a17e1262a5b15cf38d8d616f967803c4b6b;hb=4fdefb0f30ad9b8d8c5b17ff4e7185430ade419c;hpb=ca88b611646033dab0107b5f3ed5004d1cf2c41e diff --git a/pandora.mk b/pandora.mk index fae44a1..99823de 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.default \ + kill_android \ + oi-filemanager \ + keypad.kcm \ + +# overlay.omap3 $(call inherit-product, build/target/product/generic.mk) @@ -12,7 +22,7 @@ $(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 @@ -23,4 +33,7 @@ include device/ti/common-open/OmapMMLib.mk # 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 \ +