Home
last modified time | relevance | path

Searched refs:git_sha1 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/bin/
H A Dgit_sha1_gen.py2 Generate the contents of the git_sha1.h file.
16 git_sha1 = subprocess.check_output([
24 git_sha1 = ''
25 return git_sha1
46 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10] variable
47 if git_sha1:
48 write_if_different('#define MESA_GIT_SHA1 " (git-' + git_sha1 + ')"')

Completed in 0 milliseconds