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

Commit c05745da authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

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

parents b2416132 96b08ae7
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 {