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

Commit 110820fc authored by Anton Hansson's avatar Anton Hansson
Browse files

Allow-list service-permission to not track latest api

The system-server part of this library has last-api tacking, but we also
enable the public api tracking which we don't have last-api tracking of.

Bug: 176092454
Test: m nothing
Change-Id: I0685ad7a971b2b0ce4e01bc7bd31b9d393eed60d
parent 96db3dad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,4 +39,6 @@ java_sdk_library {
        "test_com.android.permission",
    ],
    installable: true,
    // We don't have last-api tracking files for the public part of this jar's API.
    unsafe_ignore_missing_latest_api: true,
}