Ensure libclcore_g.bc is installed on the device.

Ensure the new library libclcore_g.bc (added in
https://android-review.googlesource.com/181869) is installed on the
device.

Change-Id: I06489445f03a3fc85b386b196063337fffbe52a3
diff --git a/Android.mk b/Android.mk
index b9ce1c9..4ed3ebd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -59,7 +59,7 @@
 
 # Modules that need get installed if and only if the target libbcc.so is
 # installed.
-LOCAL_REQUIRED_MODULES := libclcore.bc libclcore_debug.bc libcompiler_rt
+LOCAL_REQUIRED_MODULES := libclcore.bc libclcore_debug.bc libclcore_g.bc libcompiler_rt
 
 LOCAL_REQUIRED_MODULES_x86 += libclcore_x86.bc
 LOCAL_REQUIRED_MODULES_x86_64 += libclcore_x86.bc