diff options
author | Joey Jiao <joeyjiaojg@163.com> | 2021-01-18 11:05:57 +0800 |
---|---|---|
committer | Joey Jiao <joeyjiaojg@163.com> | 2021-01-20 15:46:41 +0800 |
commit | 7ad8f6c7176c26c4fdbd80cec33f969235055839 (patch) | |
tree | 4a4e29ff30ed5e9a5c24f2ea8f00bdcc7cf2c0a5 /custom_mutators/Android.bp | |
parent | 9d9e148e5cb9e9118289a1d52e0b7aeff040b8bb (diff) | |
download | afl++-7ad8f6c7176c26c4fdbd80cec33f969235055839.tar.gz |
android: Add libprotobuf aflpp custom_mutator example
Diffstat (limited to 'custom_mutators/Android.bp')
-rw-r--r-- | custom_mutators/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/custom_mutators/Android.bp b/custom_mutators/Android.bp index 11690443..89abc3e9 100644 --- a/custom_mutators/Android.bp +++ b/custom_mutators/Android.bp @@ -109,3 +109,7 @@ cc_library_shared { "libafl_headers", ], } + +subdirs = [ + "libprotobuf-mutator-example", +] |