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

Commit 32545e5c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Allow apexes to link against more libs" am: 6c364f94 am: 73b49680

Change-Id: Ib677c8a314a668dd7f21849b687f133982a10f5c
parents 1427fe5c 73b49680
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ cc_library {
    static_libs: ["fmtlib"],
    whole_static_libs: ["fmtlib"],
    export_static_lib_headers: ["fmtlib"],
    apex_available: [
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
}

cc_library_static {
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@ cc_library {
        "clang-analyzer-security*",
        "android-*",
    ],
    apex_available: [
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
}

cc_test {