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

Commit b4211ece authored by Spandan Das's avatar Spandan Das
Browse files

Enforce min_sdk_version=29

This test is run as part of the MTS suite, setting min_sdk_version
ensures backwards compatibility with devices Q and above.
Formatting changes are from bpmodify

Test: atest [<mod_name>...]
Bug: 156476221

Change-Id: I6db4edf0cd3c19f0c1e3649e30489da1967ed412
parent 4fc9dd5a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ android_test {
    ],

    test_suites: [
        "device-tests"
    ]
        "device-tests",
    ],
    min_sdk_version: "29",
}