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

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

Enforce min_sdk_version=29

`libincidentpriv_defaults` are the defaults for
`libincident*`, which includes `libincident_test`.
This test is run as part of the MTS suite, setting min_sdk_version
ensures backwards compatibility with devices Q and above.

Test: atest [<mod_name>...]
Bug: 156476221
Change-Id: I9e6656662ec7337bc56e973921b69b866b0daacb
parent 49dcfea0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ cc_defaults {
        ":libincident_aidl",
        "src/IncidentReportArgs.cpp",
    ],
    min_sdk_version: "29",
}

cc_library_shared {