From ca88b611646033dab0107b5f3ed5004d1cf2c41e Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 7 Jun 2012 02:54:52 +0300 Subject: [PATCH] add OmapMMLib to fix compile how did it compile without this before? --- pandora.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora.mk b/pandora.mk index c54064b..fae44a1 100644 --- a/pandora.mk +++ b/pandora.mk @@ -14,6 +14,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 -- 2.39.2