Use asm depenendency directly instead of building

Bug: b/303598523
Fixes: 303598523

Change-Id: Ia6477f01f612a9764ea3d65ed09699640bef48dc
diff --git a/tools/utils.py b/tools/utils.py
index bcb0d4f..0c2395d 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -30,6 +30,8 @@
 MEMORY_USE_TMP_FILE = 'memory_use.tmp'
 DEX_SEGMENTS_RESULT_PATTERN = re.compile('- ([^:]+): ([0-9]+)')
 
+DEPENDENCIES_DIR = os.path.join(THIRD_PARTY, 'dependencies')
+
 BUILD = os.path.join(REPO_ROOT, 'build')
 BUILD_JAVA_MAIN_DIR = os.path.join(BUILD, 'classes', 'java', 'main')
 LIBS = os.path.join(BUILD, 'libs')