summaryrefslogtreecommitdiff
path: root/cmds/cmd/fuzzer
AgeCommit message (Collapse)Author
2024-05-14cmd_fuzzer: Bug Fix Akhilesh Sanikop
Resolved timeout issue Test: ./cmd_fuzzer Bug: 335562493 Change-Id: I7737cd25dbd626cc5f27e732377b4519b7f9728c
2023-03-23Updated fuzz_config in Android.bp file Ayushi Khopkar
Added new fields in fuzz_config like - hotlists, description, vector, service_privilege, users, fuzzed_code_usage, etc. Bug: 271384401 Test: Build cmd_fuzzer Change-Id: Ie6c879269e5c591e2e3c5ed18b606127607d146f
2021-08-30[cmd_fuzzer] Depend on libutils.so instead of libutils.a Pirama Arumuga Nainar
Bug: http://b/197965342 libbinder.so, a dependency of cmd_fuzzer, also depends on libutils.so. If we include libutils.a when linking cmd_fuzzer, upstream's lld linker will unnecessarily fetch symbols from libutils.a to redefine undefined symbols from libbinder.so. Switching to libutils.so does not increase the closure of shared libraries needed for this test. Test: build with aosp/1809741 which has lld with the above behavior. Change-Id: Id11e1b95a968429b1406c65f51d2c70e197ae241
2021-08-02[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: cmds/cmd/fuzzer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I85a77883c074895c8ac3b42e0456ac2d8f2da295
2021-06-25Added cmd_fuzzer Aditya Wazir
Test: ./cmd_fuzzer Bug: 187131591 Change-Id: Iac91b398366135bd87074881d3800c535e1dfc5f