Home
last modified time | relevance | path

Searched refs:REPO_ROOT (Results 1 – 16 of 16) sorted by relevance

/external/r8/tools/
Dtest_android_cts.py36 CTS_BASELINE_FILES_DIR = join(utils.REPO_ROOT,
38 AOSP_MANIFEST_XML = join(utils.REPO_ROOT, 'third_party',
40 AOSP_HELPER_SH = join(utils.REPO_ROOT, 'scripts', 'aosp_helper.sh')
42 D8_JAR = join(utils.REPO_ROOT, 'build/libs/d8.jar')
43 COMPATDX_JAR = join(utils.REPO_ROOT, 'build/libs/compatdx.jar')
44 D8LOGGER_JAR = join(utils.REPO_ROOT, 'build/libs/d8logger.jar')
46 AOSP_ROOT = join(utils.REPO_ROOT, 'build/aosp')
Drun-jdwp-tests.py30 utils.REPO_ROOT,
34 utils.REPO_ROOT,
57 return os.path.join(utils.REPO_ROOT, 'tools', 'linux', art_dir)
71 android_data = os.path.join(utils.REPO_ROOT, 'build', 'tmp', version)
Dgradle.py15 GRADLE_DIR = os.path.join(utils.REPO_ROOT, 'third_party', 'gradle')
45 with utils.ChangedWorkingDirectory(utils.REPO_ROOT):
Dtest_framework.py31 DX_JAR = os.path.join(utils.REPO_ROOT, 'tools', 'linux', 'dx', 'framework',
33 D8_JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'd8.jar')
Drun_proguard_dx_on_gmscore.py30 DX_JAR = join(utils.REPO_ROOT, 'tools', 'linux', 'dx', 'framework', 'dx.jar')
31 COMPATDX_JAR = join(utils.REPO_ROOT, 'build', 'libs', 'compatdx.jar')
Dutils.py16 REPO_ROOT = os.path.realpath(os.path.join(TOOLS_DIR, '..')) variable
18 DEX_SEGMENTS_JAR = os.path.join(REPO_ROOT, 'build', 'libs',
Dproguard.py15 PROGUARD_JAR = os.path.join(utils.REPO_ROOT, 'third_party', 'proguard',
Dgmail_data.py9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party')
Dbisect.py12 JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'bisect.jar')
Dd8.py12 D8_JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'd8.jar')
Dcompatdx.py12 COMPATDX_JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'compatdx.jar')
Dr8.py12 R8_JAR = os.path.join(utils.REPO_ROOT, 'build', 'libs', 'r8.jar')
Dyoutube_data.py9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party')
Dgmscore_data.py9 THIRD_PARTY = os.path.join(utils.REPO_ROOT, 'third_party')
Dtest.py65 upload_dir = os.path.join(utils.REPO_ROOT, 'build', 'reports', 'tests')
/external/sl4a/
DPREUPLOAD.cfg2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}