#!/usr/bin/make -f

TARGET := i686-linux-android

include scripts/common.mk

NDK_API := 16
NDK_ARCH := x86
VPX_ARCH := x86-android-gcc
VPX_TARGET := $(TARGET)

include scripts/android.mk
include scripts/dependencies.mk
