Add shaderc for android

This commit is contained in:
Benau 2022-03-17 14:25:11 +08:00
parent 9ea2f3ff8c
commit 77ca4625c1

View File

@ -173,7 +173,9 @@ LOCAL_CFLAGS := -I../lib/graphics_engine/include \
ifeq ($(TARGET_ARCH_ABI), armeabi-v7a)
LOCAL_ARM_NEON := false
endif
LOCAL_STATIC_LIBRARIES := shaderc
include $(BUILD_STATIC_LIBRARY)
$(call import-module, third_party/shaderc)
include $(CLEAR_VARS)