mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
7 lines
202 B
Makefile
7 lines
202 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include ../jni/Application.mk
|
|
APP_PROJECT_PATH := $(LOCAL_PATH)/../
|
|
APP_BUILD_SCRIPT := $(LOCAL_PATH)/Android.mk
|
|
APP_OPTIM := debug
|
|
|
|
APP_MODULES += cunit liblinphone_tester
|