summaryrefslogtreecommitdiff
path: root/java/fuzz.go
AgeCommit message (Expand)Author
2025-02-25Convert ccRustFuzzPackager to use ModuleProxy. Yu Liu
2025-01-10_test module types shouldn't override user-set test property Cole Faust
2024-12-16Remove an unused PackageFuzzModule arg Spandan Das
2024-12-06Fix missing data when using device_common_data on fuzz modules Cole Faust
2024-10-21Add new properties to aid in removing the 1-variant fallback Cole Faust
2024-09-30Make the java jni_libs property configurable Jihoon Kang
2024-05-02Make the enabled property configurable Cole Faust
2024-04-12Add "test-only" flag for java modules Ronald Braunstein
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-06-05Merge "Add use_platform_libs to fuzz config" Mark Teffeteller
2023-06-02Add use_platform_libs to fuzz config Mark
2023-05-24Add both classes jar and dexed jar to java_fuzz module packaged output for di... Cory Barker
2023-05-22Merge changes from topic "parallel-singletons" Treehugger Robot
2023-05-19Parallelize singleton execution LaMont Jones
2023-05-17Separate host and host cross fuzz packaging Colin Cross
2023-05-17Fix Soong code, remove dead code, and clean up code for Java fuzz Cory Barker
2023-05-09Propagate shared library destination path through FilesToZip Colin Cross
2022-10-20Output shared dependendencies of JNI libs for Java fuzzers Muhammad Haseeb Ahmad
2022-10-13Build and package Java fuzzers for device Muhammad Haseeb Ahmad
2022-06-28Don't package host cross modules in javaFuzzPackager Colin Cross
2022-05-25Make IsSanitizerEnabledForJni return false Muhammad Haseeb Ahmad
2022-05-17Make java_fuzz_host not implement Sanitizeable. Lukacs T. Berki
2022-04-26Add jni support to java_fuzz_host Muhammad Haseeb Ahmad
2022-01-12Add java_fuzz_packaging Muhammad Haseeb Ahmad
2022-01-06Add java_fuzz module to build java fuzzers Muhammad Haseeb Ahmad