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

  /test/vts-testcase/fuzz/script/config/
config_gen.py 34 _android_build_top: string, equal to environment variable ANDROID_BUILD_TOP.
43 self._android_build_top = os.environ.get('ANDROID_BUILD_TOP')
44 if not self._android_build_top:
47 self._project_path = os.path.join(self._android_build_top, 'test',
52 os.path.join(self._android_build_top, 'test', 'vts-testcase', 'hal',
  /development/vndk/snapshot/
check_gpl_license.py 46 self._android_build_top = android_build_top
104 path = utils.join_realpath(self._android_build_top, git_project_path)

Completed in 118 milliseconds