mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
8 lines
266 B
Makefile
Executable file
8 lines
266 B
Makefile
Executable file
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := libswscale-linphone
|
|
LOCAL_MODULE_FILENAME := libswscale-linphone-$(TARGET_ARCH)
|
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libswscale/libswscale-linphone-$(TARGET_ARCH).so
|
|
|
|
include $(PREBUILT_SHARED_LIBRARY)
|