aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Venkatasubramanian <vigneshv@google.com>2022-08-25 20:25:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-25 20:25:32 +0000
commitfe33d276d689446c03db3f1f761797b01aa06e1f (patch)
treee4e9c86656d92ad19e0fcc3fae39a0116c510090
parent6d2ffb9ab7f8de0fc513aebaeff15cbec1354240 (diff)
parenta090195adab9b936bff1deae58ed5c0f141430b4 (diff)
downloadlibyuv-fe33d276d689446c03db3f1f761797b01aa06e1f.tar.gz
Merge "external/libyuv: Move files/fuzz to top level directory"
-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