DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-master

Bug: 134405016
Change-Id: I5e7e97fa0c238ae5eee8530cdbd1be72c9f83454
diff --git a/Android.bp b/Android.bp
index 01f038b..dcb52d4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,4 +11,9 @@
     export_include_dirs: ["include"],
 
     sdk_version: "14",
+    // TODO(ivanlozano) b/124978545
+    // sanitize: {
+    //     integer_overflow: true,
+    //     misc_undefined: ["bounds"],
+    // },
 }