apmanager: Disable RTTI

There is no longer a reliance on RTTI in libbrillo, so disable RTTI
in the rest of Brillo codebase.

BUG: 26292405
Change-Id: I97dc70bb7cfb17ace734c06025393ced34f7bbd3
diff --git a/Android.mk b/Android.mk
index c19d310..593b6a2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,6 @@
 # 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 \