mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
8 lines
202 B
Makefile
8 lines
202 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE:= libopus
|
|
LOCAL_SRC_FILES:= $(TARGET_ARCH_ABI)/libopus.a
|
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/inc
|
|
include $(PREBUILT_STATIC_LIBRARY)
|