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

Commit 9596d062 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use libgtest_prod_headers."

parents 51dceaa9 02a83245
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ cc_defaults {
        "libcutils",
        "libcutils",
        "liblog",
        "liblog",
    ],
    ],
    static_libs: ["libgtest_prod"],
    header_libs: ["libgtest_prod_headers"],
}
}


// bootstat static library
// bootstat static library
+1 −1
Original line number Original line Diff line number Diff line
@@ -184,7 +184,6 @@ cc_binary {


    static_libs: [
    static_libs: [
        "libc++fs",
        "libc++fs",
        "libgtest_prod",
        "libhealthhalutils",
        "libhealthhalutils",
        "libsnapshot_cow",
        "libsnapshot_cow",
        "libsnapshot_nobinder",
        "libsnapshot_nobinder",
@@ -193,6 +192,7 @@ cc_binary {


    header_libs: [
    header_libs: [
        "avb_headers",
        "avb_headers",
        "libgtest_prod_headers",
        "libsnapshot_headers",
        "libsnapshot_headers",
        "libstorage_literals_headers",
        "libstorage_literals_headers",
    ],
    ],
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ cc_library {
    export_header_lib_headers: [
    export_header_lib_headers: [
        "libstatssocket_headers",
        "libstatssocket_headers",
    ],
    ],
    static_libs: ["libgtest_prod"],
    header_libs: ["libgtest_prod_headers"],
    apex_available: ["com.android.resolv"],
    apex_available: ["com.android.resolv"],
    min_sdk_version: "29",
    min_sdk_version: "29",
}
}