Merge "Specify is_stubs_module property" into main
diff --git a/Android.bp b/Android.bp
index 9cc7cc7..3959b13 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,6 +108,9 @@
         android: {
             shared_libs: ["liblog"],
         },
+        host: {
+            rtti: true,
+        },
 
         // This suffix for vendor and product must be updated
         // when a new version is imported.
@@ -389,8 +392,6 @@
             cflags: ["-UWIN32_LEAN_AND_MEAN"],
         },
     },
-
-    rtti: true,
 }
 
 // Android Protocol buffer compiler, aprotoc (host executable)