summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-03-03 17:03:46 +0000
committerPavel Labath <labath@google.com>2017-03-03 17:03:46 +0000
commit8409cc0ece65d0a842972e2e8ceee2c97844ce24 (patch)
tree4133a344dfc4f4233216ac6b7a02182fa35aa77d /lldb/packages/Python/lldbsuite
parentf82a63277ab5fedb1f415a51ae6180e29259504a (diff)
downloadbcm5719-llvm-8409cc0ece65d0a842972e2e8ceee2c97844ce24.tar.gz
bcm5719-llvm-8409cc0ece65d0a842972e2e8ceee2c97844ce24.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/make/Android.rules1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud