aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-07-28 13:03:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-07-28 13:03:23 +0000
commit72e2ebe71cca2367885bb46c80679e8dc9f36cbf (patch)
treebc9860e9bb540391dbf2b0173a7c76082c7f29c7
parent9d4d478c53d69cd7a85c10320cd7779764ba9244 (diff)
parent869fe9796cfaabb8122dd817db9ad7a2a8b731fe (diff)
downloadoss-fuzz-72e2ebe71cca2367885bb46c80679e8dc9f36cbf.tar.gz
Merge "Android.bp: Removed build instruction for ossfuzz-libldac-encode_fuzzer" into main
-rw-r--r--Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index ade232647..433014e76 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,12 +44,3 @@ license {
"LICENSE",
],
}
-
-cc_fuzz {
- name: "ossfuzz-libldac-encode_fuzzer",
- static_libs: ["libldacBT_enc"],
- srcs: ["projects/libldac/libldac_encode_fuzzer.cc"],
- fuzz_config: {
- componentid: 27441
- },
-}