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

Commit 893d0e74 authored by Spandan Das's avatar Spandan Das
Browse files

min_sdk_version should be (level) and not (kind+level).

system_current is only meaningful to sdk_version. min_sdk_version should
provide information about the version of the device and not the
api surface the jar file was compiled against

Test: no change in ninja file
Bug: 208456999
Change-Id: I6bf4e855032b41d0da44b672168eb3a681abefa0
Merged-In: I6bf4e855032b41d0da44b672168eb3a681abefa0
parent ae41acbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ android_library {
    name: "app_prediction",

    sdk_version: "system_current",
    min_sdk_version: "system_current",
    min_sdk_version: "current",

    srcs: [
        "src/**/*.java",