Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96b08ae7 authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent 9c209b73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,4 +33,5 @@ java_sdk_library {
        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
}
+2 −0
Original line number Diff line number Diff line
@@ -181,6 +181,8 @@ java_sdk_library {
    api_lint: {
        enabled: false,
    },
    // TODO: remove this
    unsafe_ignore_missing_latest_api: true,
}

filegroup {