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

Commit 67897537 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "libcutils: Set min_sdk_version"

parents 2a2e9e0a 88f00f2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ cc_library_headers {
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",
    native_bridge_supported: true,
    export_include_dirs: ["include"],
    target: {
@@ -59,6 +60,7 @@ cc_library {
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",

    export_include_dirs: ["include"],

@@ -142,6 +144,7 @@ cc_library {
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",
    native_bridge_supported: true,
    srcs: [
        "config_utils.cpp",