From 197d8acfa7c9f0facaaecdb1716b37d295559a80 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Mon, 4 Sep 2017 19:54:43 +0900 Subject: [PATCH] [api-xml-adjuster] add default paths to topdir and Java.Interop in Makefile. ... so that we can avoid unnecessary build failures by default. --- build-tools/api-xml-adjuster/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-tools/api-xml-adjuster/Makefile b/build-tools/api-xml-adjuster/Makefile index 093c5d7334e..a7005bff88a 100644 --- a/build-tools/api-xml-adjuster/Makefile +++ b/build-tools/api-xml-adjuster/Makefile @@ -2,6 +2,9 @@ CONFIGURATION=Debug SHELL = /bin/bash +TOP=../../ +JAVA_INTEROP_PATH=../../external/Java.Interop + ANDROID_SDK_PATH=$(shell find ~/ -maxdepth 1 -name android-sdk-*) DOCS_DIR=~/android-toolchain/docs