aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyushi Khopkar <ayushi.khopkar@ittiam.com>2022-04-29 10:20:05 +0530
committerAyushi Khopkar <ayushi.khopkar@ittiam.com>2022-09-28 14:47:13 +0530
commit869fe9796cfaabb8122dd817db9ad7a2a8b731fe (patch)
treebc9860e9bb540391dbf2b0173a7c76082c7f29c7
parentc80c069e60fd681ab63c589858061eb81cead588 (diff)
downloadoss-fuzz-869fe9796cfaabb8122dd817db9ad7a2a8b731fe.tar.gz
Android.bp: Removed build instruction for ossfuzz-libldac-encode_fuzzer
libldac-encode_fuzzer has been moved to external/libldac/fuzzer folder Hence, the Android.bp file is updated accordingly Test: ./libldac-encode_fuzzer Bug: 223483473 Change-Id: I12f37f8431e6f64381e9be900b7b817008ab5edf
-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
- },
-}