Add make rule for com.squareup.haha

This allows apps that uses make as their build system to
use this library.

Bug: 27548749
Bug: 28336812
Change-Id: I5f67d57613c51687cdbc3f1386a7c8cd2d4cfd77
diff --git a/common/m2/Android.mk b/common/m2/Android.mk
index fd45d87..61717ed 100644
--- a/common/m2/Android.mk
+++ b/common/m2/Android.mk
@@ -1,5 +1,7 @@
 LOCAL_PATH:= $(call my-dir)
 
+###########################################
+
 # trove prebuilt. Module stem is chosen so it can be used as a static library.
 
 include $(CLEAR_VARS)
@@ -13,3 +15,17 @@
 LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
 
 include $(BUILD_PREBUILT)
+
+###########################################
+
+# com.squareup.haha prebuilt.
+
+include $(CLEAR_VARS)
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
+    squareup-haha-prebuilt:repository/com/squareup/haha/haha/1.3/haha-1.3.jar
+
+include $(BUILD_MULTI_PREBUILT)
+
+include $(CLEAR_VARS)
+
+###########################################