summaryrefslogtreecommitdiff
path: root/test/testrunner/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testrunner/env.py')
-rw-r--r--test/testrunner/env.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testrunner/env.py b/test/testrunner/env.py
index 1f4b829989..600edfa42b 100644
--- a/test/testrunner/env.py
+++ b/test/testrunner/env.py
@@ -141,5 +141,4 @@ ANDROID_JAVA_TOOLCHAIN = os.path.join(ANDROID_BUILD_TOP,
# include platform prebuilt java, javac, etc in $PATH.
os.environ['PATH'] = ANDROID_JAVA_TOOLCHAIN + ':' + os.environ['PATH']
-DIST_DIR = _get_build_var('DIST_DIR')
SOONG_OUT_DIR = _get_build_var('SOONG_OUT_DIR')