X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=blobdiff_plain;f=pandora.mk;h=9d449689529f1b49d95d562c8246030bfa126cea;hp=b2eb06a504a65a356d95411201bd79f89c3fe002;hb=HEAD;hpb=0a4482def439bc61b033923fa9f9ef1c2e96a89a diff --git a/pandora.mk b/pandora.mk index b2eb06a..9d44968 100644 --- a/pandora.mk +++ b/pandora.mk @@ -1,21 +1,33 @@ -PRODUCT_PACKAGES := \ +PRODUCT_PACKAGES += \ + librs_jni \ + dspexec \ + libbridge \ + libaudiopolicy \ + +PRODUCT_PACKAGES += \ ApiDemos \ SoundRecorder \ GeneralRunner \ BluetoothSCOApp \ - alsa.$(TARGET_PRODUCT) \ + alsa.omap3 \ kill_android \ - AndroidTerm \ - libjackpal-androidterm3-pnd \ - oi-filemanager \ + 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_PACKAGE_OVERLAYS := device/rowboat/generic +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 @@ -26,4 +38,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 \ +