14 lines
229 B
Makefile
14 lines
229 B
Makefile
#!/usr/bin/make -f
|
|
|
|
TARGET := aarch64-linux-android
|
|
BASE_TARGET := $(TARGET)
|
|
|
|
include scripts/common.mk
|
|
|
|
NDK_API := 21
|
|
NDK_ARCH := arm64
|
|
VPX_TARGET := arm64-android-gcc
|
|
|
|
include scripts/android.mk
|
|
include scripts/dependencies.mk
|