summaryrefslogtreecommitdiff
path: root/tools/common/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common/common.py')
-rwxr-xr-xtools/common/common.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/common/common.py b/tools/common/common.py
index 735bbaa4a4..b728e8d927 100755
--- a/tools/common/common.py
+++ b/tools/common/common.py
@@ -116,14 +116,6 @@ def GetEnvVariableOrError(variable_name):
return top
-def GetJackClassPath():
- """Returns Jack's classpath."""
- top = GetEnvVariableOrError('ANDROID_BUILD_TOP')
- libdir = top + '/out/host/common/obj/JAVA_LIBRARIES'
- return libdir + '/core-libart-hostdex_intermediates/classes.jack:' \
- + libdir + '/core-oj-hostdex_intermediates/classes.jack'
-
-
def _DexArchCachePaths(android_data_path):
"""Returns paths to architecture specific caches.