From 8409cc0ece65d0a842972e2e8ceee2c97844ce24 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 3 Mar 2017 17:03:46 +0000 Subject: Android.rules: fix building on mac realpath is not available as an executable on mac. I give up, I am just going to leave the path with ..'s in it. llvm-svn: 296885 --- lldb/packages/Python/lldbsuite/test/make/Android.rules | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/make/Android.rules b/lldb/packages/Python/lldbsuite/test/make/Android.rules index 3037d21e232..88fcef70248 100644 --- a/lldb/packages/Python/lldbsuite/test/make/Android.rules +++ b/lldb/packages/Python/lldbsuite/test/make/Android.rules @@ -1,5 +1,4 @@ NDK_ROOT := $(shell dirname $(CC))/../../../../.. -NDK_ROOT := $(shell realpath $(NDK_ROOT)) ifeq "$(findstring 64, $(ARCH))" "64" # lowest 64-bit API level -- cgit v1.2.3