Merge "Remove the need to copy & paste boilerplate."
diff --git a/use_rtti.mk b/use_rtti.mk
new file mode 100644
index 0000000..372816c
--- /dev/null
+++ b/use_rtti.mk
@@ -0,0 +1,8 @@
+# To use RTTI, "include abi/cpp/use_rtti.mk" in your target.
+
+LOCAL_C_INCLUDES := \
+	abi/cpp/include \
+	$(LOCAL_C_INCLUDES)
+
+LOCAL_RTTI_FLAG := -frtti
+LOCAL_SHARED_LIBRARIES += libgabi++