commit | a85d7a0936933580add19d55872b798e5d79db01 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 20 11:58:05 2021 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 20 11:58:05 2021 -0700 |
tree | 37ac43e54247b5869c181d56577fd5de4c449329 | |
parent | 853dd833904a1d37f3990f48a50103669173a6ac [diff] [blame] |
Use gtest_prod_headers. Bug: http://b/185916167 Test: treehugger Change-Id: I3407052df4f12b01acc4a75c6bd0759f7a4b2c4c
diff --git a/tests/Android.bp b/tests/Android.bp index 0559dc3..5ef4d58 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -148,9 +148,11 @@ "libupdater_core", "libupdate_verifier", - "libgtest_prod", "libprotobuf-cpp-lite", ], + header_libs: [ + "libgtest_prod_headers", + ], data: [ "testdata/*",