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

Commit 5cd5a176 authored by Yifan Hong's avatar Yifan Hong
Browse files

libgtest_prod: use headers.

libgtest_prod is a static library that contains only
headers. It is now deprecated for good, and is replaced
by libgtest_prod_headers.

Test: TH
Bug: 185916167
Change-Id: I18bb1b0ab355fdfb627f9bcf56b6c4bdf9971e02
parent 8548f574
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -78,7 +78,9 @@ cc_test {
    ],
    static_libs: [
        "libhadamardutils",
        "libgtest_prod",
    ],
    header_libs: [
        "libgtest_prod_headers",
    ],
    shared_libs: [
        "liblog",