Skip to content

Commit 40b7fa2

Browse files
committed
libion: Disable for omap3
the omap3 HAL repository has its own modified libion, which is necessary for the openmax libraries Change-Id: Ic6f175fe456a2891d5556d937c3073215b861981
1 parent 152977d commit 40b7fa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libion/Android.mk

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ifneq ($(TARGET_BOARD_PLATFORM),omap3)
2+
13
LOCAL_PATH:= $(call my-dir)
24

35
include $(CLEAR_VARS)
@@ -13,3 +15,5 @@ LOCAL_MODULE := iontest
1315
LOCAL_MODULE_TAGS := optional tests
1416
LOCAL_SHARED_LIBRARIES := liblog
1517
include $(BUILD_EXECUTABLE)
18+
19+
endif

0 commit comments

Comments
 (0)