From 7ad8f6c7176c26c4fdbd80cec33f969235055839 Mon Sep 17 00:00:00 2001 From: Joey Jiao Date: Mon, 18 Jan 2021 11:05:57 +0800 Subject: android: Add libprotobuf aflpp custom_mutator example --- custom_mutators/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'custom_mutators/Android.bp') 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", +] -- cgit 1.4.1