mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
7 lines
No EOL
156 B
Makefile
7 lines
No EOL
156 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libebml2
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libebml2.a
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY) |