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

Commit 9c7ee78b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use gtest_prod_headers."

parents 853dd833 a85d7a09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -148,9 +148,11 @@ cc_test {
        "libupdater_core",
        "libupdate_verifier",

        "libgtest_prod",
        "libprotobuf-cpp-lite",
    ],
    header_libs: [
        "libgtest_prod_headers",
    ],

    data: [
        "testdata/*",
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ cc_defaults {
        "libfec_rs",
        "libavb",
        "libverity_tree",
        "libgtest_prod",
        "liblog",
        "liblp",
        "libselinux",
@@ -51,6 +50,9 @@ cc_defaults {
        "libcutils",
        "libutils",
    ],
    header_libs: [
        "libgtest_prod_headers",
    ],
}

cc_defaults {
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ updater_common_static_libraries := \
    libfec_rs \
    libavb \
    libverity_tree \
    libgtest_prod \
    liblog \
    liblp \
    libselinux \
@@ -96,6 +95,8 @@ LOCAL_STATIC_LIBRARIES := \
    libtune2fs \
    $(tune2fs_static_libraries)

LOCAL_HEADER_LIBRARIES := libgtest_prod_headers

LOCAL_MODULE_CLASS := EXECUTABLES
inc := $(call local-generated-sources-dir)/register.inc