diff options
| author | 2021-09-21 01:10:38 +0000 | |
|---|---|---|
| committer | 2021-09-21 01:10:38 +0000 | |
| commit | 30522d07b467296a93dd7c5acb369111c5158fcc (patch) | |
| tree | bcb678f31671e068ca94f4544b0ee59a132e0984 /libs | |
| parent | 3a67bae19f62c06d21f11a4ace760a8db27f70e0 (diff) | |
| parent | 2da714efc7f8954a32fa13f7e38729a8b79bab0d (diff) | |
Merge "binder_rpc_fuzzer: add connection init to dict" am: 6ad06a090b am: af1f3c9311 am: 2da714efc7
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1831261
Change-Id: I2f94419aad54aacbf1012ae67a2dcdd91743358a
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/tests/rpc_fuzzer/Android.bp | 1 | ||||
| -rw-r--r-- | libs/binder/tests/rpc_fuzzer/binder_rpc_fuzzer.dict | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/tests/rpc_fuzzer/Android.bp b/libs/binder/tests/rpc_fuzzer/Android.bp index 9323bd5ff8..be55eba033 100644 --- a/libs/binder/tests/rpc_fuzzer/Android.bp +++ b/libs/binder/tests/rpc_fuzzer/Android.bp @@ -14,6 +14,7 @@ cc_fuzz { fuzz_config: { cc: ["smoreland@google.com"], }, + dictionary: "binder_rpc_fuzzer.dict", srcs: [ "main.cpp", diff --git a/libs/binder/tests/rpc_fuzzer/binder_rpc_fuzzer.dict b/libs/binder/tests/rpc_fuzzer/binder_rpc_fuzzer.dict new file mode 100644 index 0000000000..b110a02381 --- /dev/null +++ b/libs/binder/tests/rpc_fuzzer/binder_rpc_fuzzer.dict @@ -0,0 +1,2 @@ +# connection okay header +"cci" |