X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora.mk;h=b2eb06a504a65a356d95411201bd79f89c3fe002;hb=0a4482def439bc61b033923fa9f9ef1c2e96a89a;hp=c54064b7126528fa10dfa42fe65cc1fd615aacd4;hpb=34a1da0714c0d9f8add061f7becdda036c54c889;p=android_pandora.git diff --git a/pandora.mk b/pandora.mk index c54064b..b2eb06a 100644 --- a/pandora.mk +++ b/pandora.mk @@ -1,10 +1,13 @@ PRODUCT_PACKAGES := \ - ApiDemos \ - SoundRecorder \ - GeneralRunner \ - BluetoothSCOApp \ - alsa.$(TARGET_PRODUCT) \ - kill_android \ + ApiDemos \ + SoundRecorder \ + GeneralRunner \ + BluetoothSCOApp \ + alsa.$(TARGET_PRODUCT) \ + kill_android \ + AndroidTerm \ + libjackpal-androidterm3-pnd \ + oi-filemanager \ $(call inherit-product, build/target/product/generic.mk) @@ -14,6 +17,10 @@ PRODUCT_NAME := pandora PRODUCT_DEVICE := pandora PRODUCT_PACKAGE_OVERLAYS := device/rowboat/generic +# 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