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.

(cherry picked from commit e2b6e952b4d1b3339845451ea66708a40b6fa2b7)

Change-Id: I5dc6231feaf2a851ab680440b6dca9103cc32b44
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