Allow-list yet-to-be-modules to not have last-api tracking

This was previously enabled by default but we are making the build
system set this to false by default.

Bug: 176092454
Test: m nothing
Change-Id: I9f39891307e39a92fdc9cd7acb4d1438e9751da9
diff --git a/apex/appsearch/framework/Android.bp b/apex/appsearch/framework/Android.bp
index b3eb911..8ba7954 100644
--- a/apex/appsearch/framework/Android.bp
+++ b/apex/appsearch/framework/Android.bp
@@ -33,4 +33,5 @@
         include_dirs: ["frameworks/base/core/java"], // TODO(b/146218515) should be removed
     },
     apex_available: ["com.android.appsearch"],
+    unsafe_ignore_missing_latest_api: true, // TODO(b/146218515) should be removed
 }
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp
index 9d82f63..615bf4d 100644
--- a/libs/hwui/Android.bp
+++ b/libs/hwui/Android.bp
@@ -181,6 +181,8 @@
     api_lint: {
         enabled: false,
     },
+    // TODO: remove this
+    unsafe_ignore_missing_latest_api: true,
 }
 
 filegroup {