summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-12-21 12:18:59 -0800
committerAlex Vakulenko <avakulenko@google.com>2015-12-21 12:18:59 -0800
commitd5eceb53b2b8b2ef5b0c4115ff1632b077201734 (patch)
tree4b408ee605072f9c50b0cd34546e465c00864216
parent7758d8db3ddb2582fb57bda4a26c9f6f6bd20316 (diff)
downloadapmanager-d5eceb53b2b8b2ef5b0c4115ff1632b077201734.tar.gz
apmanager: Disable RTTIbrillo-m9-releasebrillo-m9-dev
There is no longer a reliance on RTTI in libbrillo, so disable RTTI in the rest of Brillo codebase. BUG: 26292405 Change-Id: I97dc70bb7cfb17ace734c06025393ced34f7bbd3
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c19d310..593b6a2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,6 @@ LOCAL_PATH := $(call my-dir)
# Definitions applying to all targets. Be sure to $(eval) this last.
define apmanager_common
LOCAL_CPP_EXTENSION := .cc
- LOCAL_RTTI_FLAG := -frtti
LOCAL_CLANG := true
LOCAL_SHARED_LIBRARIES += \
libbrillo \