aboutsummaryrefslogtreecommitdiff
path: root/files/fuzz/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'files/fuzz/Android.bp')
-rw-r--r--files/fuzz/Android.bp24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/fuzz/Android.bp b/files/fuzz/Android.bp
deleted file mode 100644
index 0e495899..00000000
--- a/files/fuzz/Android.bp
+++ /dev/null
@@ -1,24 +0,0 @@
-
-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"
- // to get the below license kinds:
- // SPDX-license-identifier-BSD
- default_applicable_licenses: ["external_libyuv_files_license"],
-}
-
-cc_fuzz {
- name: "libyuv_mjpeg_dec_fuzz",
- host_supported: false,
- srcs: [
- "mjpeg_dec_fuzz.cc",
- ],
- static_libs: [
- "libyuv",
- ],
-
- shared_libs: [
- "libjpeg",
- ],
-}