mirror of https://github.com/google/oss-fuzz.git
[tpm2] nits
This commit is contained in:
parent
b179097ee3
commit
c42b1d9abd
|
@ -19,6 +19,6 @@ def libfuzzerBuild = fileLoader.fromGit(
|
||||||
'https://github.com/google/oss-fuzz.git', 'master', null, '')
|
'https://github.com/google/oss-fuzz.git', 'master', null, '')
|
||||||
|
|
||||||
libfuzzerBuild {
|
libfuzzerBuild {
|
||||||
git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/",
|
git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/"
|
||||||
dockerfile = "/src/tpm2/fuzz/Dockerfile"
|
dockerfile = "/src/tpm2/fuzz/Dockerfile"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue