Use libgtest_prod_headers.

Bug: http://b/185916167
Test: treehugger
Change-Id: Ia58cf5acc58d95b27e9e852e104e77a4b2c6bb06
diff --git a/Android.bp b/Android.bp
index 7cdd64c..dab9711 100644
--- a/Android.bp
+++ b/Android.bp
@@ -66,7 +66,7 @@
     ],
     include_dirs: ["system"],
     local_include_dirs: ["client_library/include"],
-    static_libs: ["libgtest_prod"],
+    header_libs: ["libgtest_prod_headers"],
     shared_libs: [
         "libbrillo-stream",
         "libbrillo",
@@ -426,6 +426,7 @@
     // TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
     // out of the DBus interface.
     include_dirs: ["external/cros/system_api/dbus"],
+    header_libs: ["libgtest_prod_headers"],
 
     srcs: [
         "aosp/hardware_android.cc",
@@ -460,7 +461,6 @@
         "gkiprops",
         "libevent",
         "libmodpb64",
-        "libgtest_prod",
         "libprotobuf-cpp-lite",
         "libbrillo-stream",
         "libbrillo",
@@ -896,4 +896,4 @@
         "libz",
         "update_metadata-protos",
     ],
-}
\ No newline at end of file
+}