Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b7fa29 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

libion: Disable for omap3

the omap3 HAL repository has its own modified libion, which is
necessary for the openmax libraries

Change-Id: Ic6f175fe456a2891d5556d937c3073215b861981
parent 152977d6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ifneq ($(TARGET_BOARD_PLATFORM),omap3)

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -13,3 +15,5 @@ LOCAL_MODULE := iontest
LOCAL_MODULE_TAGS := optional tests
LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_EXECUTABLE)

endif