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

Commit 3851f7e8 authored by Jooyung Han's avatar Jooyung Han
Browse files

libbase/liblog: set min_sdk_version

Modules contributing mainline modules (APK/APEX) should set
min_sdk_version as well as apex_available.

For now setting min_sdk_version doesn't change build outputs.
But build-time checks will be added soon.

Bug: 152655956
Test: m
Change-Id: If4ff1fbc31e5be3f5611a4713ae4032aba4ee5f2
parent ffadbc8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ cc_library_headers {
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
    min_sdk_version: "29",
}

cc_defaults {
@@ -132,6 +133,7 @@ cc_library {
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
    min_sdk_version: "29",
}

cc_library_static {
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_library_headers {
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    system_shared_libs: [],