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

Commit a751c84a authored by Zhi Dou's avatar Zhi Dou
Browse files

backported_fixes_proto: specify sdk_version

backported_fixes_proto target requires sdk_version
to be specified. Specifying the current SDK.

Change-Id: I0266553b0e6d4cd8dba4ffa383b29040569637e1
Test: atest CtsOsTestCases
Bug: 384663328
parent d19da651
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ java_library {
    name: "backported_fixes_proto",
    srcs: ["backported_fixes.proto"],
    host_supported: true,
    sdk_version: "current",
}

java_library {