Home
last modified time | relevance | path

Searched refs:_ANDROID_BUILD_TOP (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/hal/script/build/
Dbuild_rule_gen.py28 _ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP') variable in BuildRuleGen
29 if not _ANDROID_BUILD_TOP:
32 _PROJECT_PATH = os.path.join(_ANDROID_BUILD_TOP, 'test', 'vts-testcase',
65 os.path.join(self._ANDROID_BUILD_TOP, test_config_dir),
95 self._ANDROID_BUILD_TOP, test_config_dir,
/test/framework/harnesses/host_controller/
Dmain.py34 _ANDROID_BUILD_TOP = "ANDROID_BUILD_TOP" variable
149 env_vars = env_utils.SaveAndClearEnvVars([_ANDROID_BUILD_TOP])