mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 04:58:07 +00:00
7 lines
165 B
Makefile
Executable file
7 lines
165 B
Makefile
Executable file
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libmatroska2
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libmatroska2.a
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY)
|