mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libx264
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libx264.a
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY)
|