Hello,
(i also postet this in the libfuzzer google group but maybe you guys might be able to help)
i'm trying to implement a fuzzer described in [1].
When i follow the directions and try to compile the fuzzer,
i get the Error that soong does not know the module reference "cc_fuzz" which is listed in [2] as valid module.
i tried to add the missing file "fuzz.go" [3] file to the folder "android/platform/build/soong/cc/"
and added fuzz.go to the soong's folders "Android.bp" but did also result in errors.
Did i miss a crucial step or is there a reason this file is gone?
Is it recommended using the old build system or am i copying a deprecated file?
i'm using branch "android-10.0.0_r30" (Pixel 2XL)
Thanks for any help!
Hannes