Skip to content

Commit

Permalink
[libavc] Move dictionary file to upstream project (google#2722)
Browse files Browse the repository at this point in the history
avc_dec_fuzzer.dict is now picked from upstream project
  • Loading branch information
harishdm authored and jonathanmetzman committed Aug 19, 2019
1 parent 0fa9270 commit 5f933a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/libavc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://android.googlesource.com/platform/external/libavc
COPY build.sh avc_dec_fuzzer.dict $SRC/
COPY build.sh $SRC/
WORKDIR libavc
2 changes: 0 additions & 2 deletions projects/libavc/avc_dec_fuzzer.dict

This file was deleted.

2 changes: 1 addition & 1 deletion projects/libavc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ $CXX $CXXFLAGS -std=c++11 \
${build_dir}/libavcdec.a \
-Wl,--end-group

cp $SRC/avc_dec_fuzzer.dict $OUT/avcdec_fuzzer.dict
cp $SRC/libavc/fuzzer/avc_dec_fuzzer.dict $OUT/avcdec_fuzzer.dict

0 comments on commit 5f933a0

Please sign in to comment.