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

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

add sdk_version for settingsLib flag

This change adds sdk_verion for settingsLib flag. Before the
sdk_version is missing, and by default the libraries will be built
agaist the implementation of the framework jars.

The right sdk_version is assigned to allow the libraries to use the
right scope of apis.

Test: presubmit
Bug: 333003287
Change-Id: Ia156ef01b4e2c16a7bb0a880f8d13c1727e98c11
parent dd1f85d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ java_aconfig_library {
    aconfig_declarations: "settingslib_illustrationpreference_flags",

    min_sdk_version: "30",
    sdk_version: "system_current",

    apex_available: [
        "//apex_available:platform",