14 lines
242 B
Makefile
14 lines
242 B
Makefile
#!/usr/bin/make -f
|
|
|
|
TARGET := armv7a-linux-androideabi
|
|
BASE_TARGET := arm-linux-androideabi
|
|
|
|
include scripts/common.mk
|
|
|
|
NDK_API := 21
|
|
NDK_ARCH := arm
|
|
VPX_TARGET := armv7-android-gcc
|
|
|
|
include scripts/android.mk
|
|
include scripts/dependencies.mk
|