commit | de96c64fb96edf8acd52c1b2bbaa6e57786c4ce8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Tue Jul 30 10:27:32 2013 -0700 |
committer | Elliott Hughes <[email protected]> | Tue Jul 30 10:27:32 2013 -0700 |
tree | 33d701b92e447884e5bf9ed37a190f2810dcde8b | |
parent | eb789ea833d8d800662b67914d9c1785a58c2caa [diff] |
Remove the need to copy & paste boilerplate. Change-Id: Ie21a0914f430afc76e605b9d69257aec5003e41d
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++