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

Commit 28bb9ee4 authored by Jooyung Han's avatar Jooyung Han
Browse files

Set min_sdk_version property

libui-types should be set min_sdk_version as well as apex_available so
that it can be depended on by mainline modules.

"apex_inherit" means this module should support every APEX. At the
moment, it means "29" because 29 is the lowest API level.

Bug: 152655956
Test: m
Change-Id: I827ec243924c0fd4c20741d72eb819f77c0b6842
parent d832b427
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -48,6 +48,8 @@ cc_library_static {
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
    min_sdk_version: "apex_inherit",

    shared_libs: [
        "libutils",
    ],