Compile both 32 and 64 bit libraries am: 7f40c099b7

Original change: https://android-review.googlesource.com/c/platform/external/OpenCL-ICD-Loader/+/3126613

Change-Id: I071205445c2f2adc1536f564681893484637e7f4
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 726fadf..72d5bab 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,7 @@
         libOpenCL.so. Therefore, the module name must match.
     */
     name: "libOpenCL",
+    compile_multilib: "both",
     srcs: [
         "loader/icd.c",
         "loader/icd_dispatch.c",