From de96c64fb96edf8acd52c1b2bbaa6e57786c4ce8 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 30 Jul 2013 10:27:32 -0700 Subject: Remove the need to copy & paste boilerplate. Change-Id: Ie21a0914f430afc76e605b9d69257aec5003e41d --- use_rtti.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 use_rtti.mk 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++ -- cgit v1.2.3