Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/scripts/
Ddeviceless_converter.py12 gradlew_dir: String = os.path.join(cfg.build_top, mc.gradlew_location)
71 for f in walkDir(os.path.join(cfg.build_top, d)):
96 if not cfg.build_top:
Dmodules_config.py109 build_top: str = environ.get("ANDROID_BUILD_TOP") variable in Config