summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ion/Android.mk2
1 files changed, 2 insertions, 0 deletions
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