afl-gotcpu build instructions

Added build instruction in Android.bp for afl-tmin binary
Test: mm afl-gotcpu

Change-Id: I5423163a07857d0585b7c097cbacd44af6d94478
Signed-off-by: Mihai Macarie <mihai.macarie@tno.nl>
diff --git a/Android.bp b/Android.bp
index bf253d2..aae18d7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -122,6 +122,24 @@
 }
 
 cc_binary {
+  name: "afl-gotcpu",
+  static_executable: true,
+  host_supported: true,
+
+  defaults: [
+    "afl-defaults",
+  ],
+
+  srcs: [
+    "src/afl-gotcpu.c",
+    "src/afl-common.c",
+    "src/afl-sharedmem.c",
+    "src/afl-forkserver.c",
+    "src/afl-performance.c",
+  ],
+}
+
+cc_binary {
   name: "afl-tmin",
   static_executable: true,
   host_supported: true,