linphone-android/submodules/externals/build/libvpx/Android.mk
2013-09-27 12:23:00 +02:00

7 lines
153 B
Makefile
Executable file

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libvpx
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvpx.a
include $(PREBUILT_STATIC_LIBRARY)