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

Commit 35cb99e2 authored by Zhi Dou's avatar Zhi Dou
Browse files

set sdk_version to backstage_power_flags_lib

This change correct sdk_version for backstage_power_flags_lib. Before
the sdk_version is not set, and by default the library will be built
against the implementation of the framework. Set the sdk_version to the
right scope.

Test: presubmit
Bug: 327965477
Change-Id: Ifd2e62e42f3b42ffd19e18fc239e576b7c171dbd
parent ec6aaaee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,4 +9,5 @@ aconfig_declarations {
java_aconfig_library {
    name: "backstage_power_flags_lib",
    aconfig_declarations: "backstage_power_flags",
    sdk_version: "system_current",
}