Skip to content

Commit

Permalink
[libavc, libhevc, libmpeg2]: Update repository paths (google#9530)
Browse files Browse the repository at this point in the history
libavc, libhevc and libmpeg2 now have an upstream project and the
fuzzers will be built from these paths from now on.
  • Loading branch information
harishdm authored Jan 31, 2023
1 parent 6c7a6e3 commit 36e0de3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion projects/libavc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://android.googlesource.com/platform/external/libavc
RUN git clone https://github.com/ittiam-systems/libavc.git
ADD https://storage.googleapis.com/android_media/external/libavc/fuzzer/avc_dec_fuzzer_seed_corpus.zip $SRC/
COPY build.sh $SRC/
WORKDIR libavc
4 changes: 2 additions & 2 deletions projects/libavc/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
homepage: "https://android.googlesource.com/platform/external/libavc/"
homepage: "https://github.com/ittiam-systems/libavc"
language: c++
primary_contact: "[email protected]"
sanitizers:
Expand All @@ -23,4 +23,4 @@ vendor_ccs:
architectures:
- x86_64
- i386
main_repo: 'https://android.googlesource.com/platform/external/libavc'
main_repo: 'https://github.com/ittiam-systems/libavc.git'
2 changes: 1 addition & 1 deletion projects/libhevc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://android.googlesource.com/platform/external/libhevc
RUN git clone https://github.com/ittiam-systems/libhevc.git
ADD https://storage.googleapis.com/android_media/external/libhevc/fuzzer/hevc_dec_fuzzer_seed_corpus.zip $SRC/
COPY build.sh $SRC/
WORKDIR libhevc
4 changes: 2 additions & 2 deletions projects/libhevc/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
homepage: "https://android.googlesource.com/platform/external/libhevc/"
homepage: "https://github.com/ittiam-systems/libhevc"
language: c++
primary_contact: "[email protected]"
sanitizers:
Expand All @@ -23,4 +23,4 @@ vendor_ccs:
architectures:
- x86_64
- i386
main_repo: 'https://android.googlesource.com/platform/external/libhevc'
main_repo: 'https://github.com/ittiam-systems/libhevc.git'
2 changes: 1 addition & 1 deletion projects/libmpeg2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://android.googlesource.com/platform/external/libmpeg2
RUN git clone https://github.com/ittiam-systems/libmpeg2.git
ADD https://storage.googleapis.com/android_media/external/libmpeg2/fuzzer/mpeg2_dec_fuzzer_seed_corpus.zip $SRC/
COPY build.sh $SRC/
WORKDIR libmpeg2
4 changes: 2 additions & 2 deletions projects/libmpeg2/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
homepage: "https://android.googlesource.com/platform/external/libmpeg2/"
homepage: "https://github.com/ittiam-systems/libmpeg2"
language: c++
primary_contact: "[email protected]"
sanitizers:
Expand All @@ -23,4 +23,4 @@ vendor_ccs:
architectures:
- x86_64
- i386
main_repo: 'https://android.googlesource.com/platform/external/libmpeg2'
main_repo: 'https://github.com/ittiam-systems/libmpeg2.git'

0 comments on commit 36e0de3

Please sign in to comment.