mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
10 lines
217 B
Makefile
Executable file
10 lines
217 B
Makefile
Executable file
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libvpx
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvpx.a
|
|
|
|
#turn off warnings since we cannot fix them
|
|
LOCAL_CFLAGS += -w
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY)
|