From de825f2f08fad153116807ea18002e4590bd71bb Mon Sep 17 00:00:00 2001 From: Hashcode Date: Fri, 14 Dec 2012 23:48:47 -0800 Subject: omap4xxx: add flag to allow custom libion Due to kernel changes I need to stop the omap4xxx/libion via BOARD_USES_CUSTOM_LIBION flag and instead use a custom libion in my device trees. Change-Id: Ic48e8c51456c76dfd9bca00cb59581deb2cfc510 Signed-off-by: Hashcode --- ion/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ion/Android.mk b/ion/Android.mk index 58fc9f9..f8a85d4 100644 --- a/ion/Android.mk +++ b/ion/Android.mk @@ -1,3 +1,4 @@ +ifndef BOARD_USE_CUSTOM_LIBION # only include if running on an omap4 platform ifeq ($(TARGET_BOARD_PLATFORM),omap4) @@ -11,3 +12,4 @@ LOCAL_SHARED_LIBRARIES := liblog include $(BUILD_HEAPTRACKED_SHARED_LIBRARY) endif +endif -- cgit v1.1