diff options
author | Pavel Labath <labath@google.com> | 2017-03-03 17:03:46 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-03-03 17:03:46 +0000 |
commit | 8409cc0ece65d0a842972e2e8ceee2c97844ce24 (patch) | |
tree | 4133a344dfc4f4233216ac6b7a02182fa35aa77d /lldb/packages/Python/lldbsuite | |
parent | f82a63277ab5fedb1f415a51ae6180e29259504a (diff) | |
download | bcm5719-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.rules | 1 |
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 |