Browse Source
This file is meant to hold common variables for *only* architectures' Makefiles. Organize Makefile.conf.pull/30/head

2 changed files with 13 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
# This file holds variables that *should only be accessed from the Makefiles in each architecture*, which are generated from MakefileTemplate. |
|||
|
|||
# install root for built files |
|||
EXTERNAL_ROOT = $(shell pwd) |
|||
DESTDIR = $(EXTERNAL_ROOT)/.. |
|||
prefix = /output/$(APP_ABI) |
|||
LOCAL = $(DESTDIR)$(prefix) |
|||
NDK_TOOLCHAIN = $(NDK_TOOLCHAIN_TARGET)-$(NDK_TOOLCHAIN_COMPILER) |
|||
TEMP_WORK_PATH = "$(ANDROID_NDK_HOME)/bin:${PATH}:$(NDK_TOOLCHAIN)/bin:$(LOCAL)/bin" |
Loading…
Reference in new issue