summaryrefslogtreecommitdiffstats
path: root/crash_reporter
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-12-21 12:23:16 -0800
committerAlex Vakulenko <avakulenko@google.com>2016-01-04 11:12:48 -0800
commit20960297438bf07ccfa5bd2a507eb31b5932da73 (patch)
treea5d9dcc25401b4d67380e3f539de29c124596997 /crash_reporter
parent100001a537446e731f75daadfe75ab78203df45e (diff)
downloadsystem_core-20960297438bf07ccfa5bd2a507eb31b5932da73.tar.gz
system_core-20960297438bf07ccfa5bd2a507eb31b5932da73.tar.bz2
system_core-20960297438bf07ccfa5bd2a507eb31b5932da73.zip
Disable RTTI in crash_reporter and metricsd
There is no longer a reliance on RTTI in libbrillo, so disable RTTI in the rest of Brillo codebase. Bug: 26292405 Change-Id: I2751a2ac973a74741a82f5cd949fc0adaf2449a6
Diffstat (limited to 'crash_reporter')
-rw-r--r--crash_reporter/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/crash_reporter/Android.mk b/crash_reporter/Android.mk
index 565963cbc..bc023b0b9 100644
--- a/crash_reporter/Android.mk
+++ b/crash_reporter/Android.mk
@@ -41,7 +41,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libcrash
LOCAL_CPP_EXTENSION := $(crash_reporter_cpp_extension)
LOCAL_C_INCLUDES := $(crash_reporter_includes)
-LOCAL_RTTI_FLAG := -frtti
LOCAL_SHARED_LIBRARIES := libchrome \
libbinder \
libbrillo \
@@ -63,7 +62,6 @@ LOCAL_REQUIRED_MODULES := core2md \
crash_sender \
crash_server
LOCAL_INIT_RC := crash_reporter.rc
-LOCAL_RTTI_FLAG := -frtti
LOCAL_SHARED_LIBRARIES := libchrome \
libbinder \
libbrillo \