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

Commit 5bba2443 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make libexpresslog apex available" into main

parents 116a7133 3b795a1a
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,11 @@ cc_library {
        "libstatssocket",
        "libstatssocket",
    ],
    ],
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    min_sdk_version: "33",
    apex_available: [
        "//apex_available:platform",
        "com.android.btservices",
    ],
}
}


genrule {
genrule {
@@ -75,6 +80,11 @@ cc_library_static {
    shared_libs: [
    shared_libs: [
        "libstatssocket",
        "libstatssocket",
    ],
    ],
    min_sdk_version: "33",
    apex_available: [
        "//apex_available:platform",
        "com.android.btservices",
    ],
}
}


cc_test {
cc_test {