Add missing file.

This commit is contained in:
Ghislain MARY 2014-04-08 09:16:41 +02:00
parent 195a63b370
commit b69fe818b6

View file

@ -0,0 +1,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libwels
LOCAL_SRC_FILES := $(TARGET_ARCH)/libwels.a
include $(PREBUILT_STATIC_LIBRARY)