libshims: make libshim_omx 32bits

This commit is contained in:
Mister Oyster 2017-03-24 16:32:06 +01:00
parent 7516ec08b1
commit a994c8e6d6
1 changed files with 3 additions and 2 deletions

View File

@ -58,10 +58,11 @@ include $(BUILD_SHARED_LIBRARY)
## libshim_omx
include $(CLEAR_VARS)
LOCAL_SRC_FILES := mtk_omx.cpp
LOCAL_MULTILIB = 32
LOCAL_SRC_FILES_32 := mtk_omx.cpp
LOCAL_SHARED_LIBRARIES := libbinder
LOCAL_SHARED_LIBRARIES_32 := libbinder
LOCAL_MODULE := libshim_omx
include $(BUILD_SHARED_LIBRARY)