HomeSort by relevance Sort by last modified time
    Searched refs:_ANDROID_BUILD_TOP (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/hal/script/build/
build_rule_gen.py 28 _ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP')
29 if not _ANDROID_BUILD_TOP:
32 _PROJECT_PATH = os.path.join(_ANDROID_BUILD_TOP, 'test', 'vts-testcase',
57 os.path.join(self._ANDROID_BUILD_TOP, test_config_dir),
78 self._ANDROID_BUILD_TOP, test_config_dir,
  /test/framework/harnesses/host_controller/
main.py 34 _ANDROID_BUILD_TOP = "ANDROID_BUILD_TOP"
141 env_vars = env_utils.SaveAndClearEnvVars([_ANDROID_BUILD_TOP])

Completed in 403 milliseconds