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

Commit 5b6e3ec4 authored by Luke Huang's avatar Luke Huang
Browse files

Add min_sdk_version to DnsResolver tests

Without proper min_sdk_version, the tests might
not be compatible with Q devices.

Test: forrest, atest
Bug: 187907243
Change-Id: I9444daad43f036603c5a1cb1460053661f2c79f4
parent cf56d23d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@ cc_defaults {
        "libbase",
        "liblog",
    ],
    // This field is required to make test compatible with Q devices.
    min_sdk_version: "29",
}

cc_defaults {