summaryrefslogtreecommitdiff
path: root/tools/common
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2019-07-16 17:02:44 +0100
committer Martin Stjernholm <mast@google.com> 2019-09-02 10:28:27 +0000
commitad909af6c4be163bf2d5f4ca1e0487cc619a5041 (patch)
tree737bdd7957eb6c74ebaf126acfe0ff355f7b5f0a /tools/common
parent6da456969b2b4294cda98e6d0bc16a4493ad9652 (diff)
Update references to the ART APEX.
Test: Build & boot Test: atest CtsJniTestCases CtsCompilationTestCases CtsSimpleperfTestCases CtsBionicTestCases Bug: 135753770 Change-Id: I9635afaf7996407063a0d9ed474b95c0b0e4f890 Merged-In: I9635afaf7996407063a0d9ed474b95c0b0e4f890
Diffstat (limited to 'tools/common')
-rwxr-xr-xtools/common/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common/common.py b/tools/common/common.py
index c80ebf513f..93b014ab10 100755
--- a/tools/common/common.py
+++ b/tools/common/common.py
@@ -300,7 +300,7 @@ class HostTestEnv(ITestEnv):
lib = 'lib64' if x64 else 'lib'
android_root = GetEnvVariableOrError('ANDROID_HOST_OUT')
android_i18n_root = android_root + '/com.android.i18n'
- android_runtime_root = android_root + '/com.android.runtime'
+ android_runtime_root = android_root + '/com.android.art'
android_tzdata_root = android_root + '/com.android.tzdata'
library_path = android_root + '/' + lib
path = android_root + '/bin'