aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2022-08-04 09:43:30 -0700
committerVignesh Venkatasubramanian <vigneshv@google.com>2022-08-04 09:58:03 -0700
commit73529443f09560cb79c2feacd40e209778453c0d (patch)
tree0d14d5b2ea46c2b0d13bcee46a462b2e11096617
parent94944ae7c8b86edf58ed07539d3fa9c0369615ba (diff)
downloadlibyuv-73529443f09560cb79c2feacd40e209778453c0d.tar.gz
external/libyuv: Move files/fuzz to top level directory
fuzz subdirectory is not part of upstream libyuv and is specific to android's copy of libyuv. So by moving it to the top level external/libyuv directory, we can make sure that "files" subdirectory contains a pristine copy of upstream libyuv. It also makes updating libyuv from upstream easier. Bug: 241008246 Test: libyuv_mjpeg_dec_fuzz target builds successfully Change-Id: Iab37b2c9365725362443408f5fc493730fafcd86
-rw-r--r--fuzz/Android.bp (renamed from files/fuzz/Android.bp)4
-rw-r--r--fuzz/OWNERS (renamed from files/fuzz/OWNERS)0
-rw-r--r--fuzz/mjpeg_dec_fuzz.cc (renamed from files/fuzz/mjpeg_dec_fuzz.cc)0
3 files changed, 2 insertions, 2 deletions
diff --git a/files/fuzz/Android.bp b/fuzz/Android.bp
index 0e495899..a8d552b1 100644
--- a/files/fuzz/Android.bp
+++ b/fuzz/Android.bp
@@ -2,10 +2,10 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "external_libyuv_files_license"
+ // all of the 'license_kinds' from "external_libyuv_license"
// to get the below license kinds:
// SPDX-license-identifier-BSD
- default_applicable_licenses: ["external_libyuv_files_license"],
+ default_applicable_licenses: ["external_libyuv_license"],
}
cc_fuzz {
diff --git a/files/fuzz/OWNERS b/fuzz/OWNERS
index 37481f5d..37481f5d 100644
--- a/files/fuzz/OWNERS
+++ b/fuzz/OWNERS
diff --git a/files/fuzz/mjpeg_dec_fuzz.cc b/fuzz/mjpeg_dec_fuzz.cc
index 3be8410a..3be8410a 100644
--- a/files/fuzz/mjpeg_dec_fuzz.cc
+++ b/fuzz/mjpeg_dec_fuzz.cc