aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-11-17 14:03:56 -0800
committerDan Albert <danalbert@google.com>2015-11-17 14:03:56 -0800
commit5c228d9bec2d975f5e1c5de1acfff1164a679d18 (patch)
tree49bb2859886e3057df996d15810b57243c606107 /checkbuild.py
parenta3aaa618ba5f675fdff94a19503f4401d9310d7d (diff)
downloadndk-5c228d9bec2d975f5e1c5de1acfff1164a679d18.tar.gz
Remove realpath wrapper.
This was added because Darwin somehow doesn't have a command line tool for this task. It seems I've cleaned up all but one place it was needed, and the last one doesn't really need realpath. Remove it so we don't have to ship it. Change-Id: Icb55d7299ae08e469823ef03730b35b9e9105f33
Diffstat (limited to 'checkbuild.py')
-rw-r--r--checkbuild.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkbuild.py b/checkbuild.py
index 20329aac9..ff7a8e682 100644
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -485,7 +485,6 @@ def build_build(out_dir, _):
'build',
'ndk-build',
'ndk-build.cmd',
- 'realpath',
]
build_support.make_package('build', files, out_dir, root_dir,
repo_prop_dir='build')