Allow building in a different location

master
Marc Salem 2013-03-18 12:58:21 -07:00
parent 65f9b65416
commit 3b072a7138
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
LOCAL_PATH := $(call my-dir)
ifeq ("$(ROOTDIR)","")
LOCAL_PATH := $(call my-dir)
else
LOCAL_PATH := $(ROOTDIR)
endif
ANALYZE ?= no
ANALYZE_OUTPUT?=/dev/null