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/updater/Android.bp b/updater/Android.bp index 840e50a..35debaa 100644 --- a/updater/Android.bp +++ b/updater/Android.bp
@@ -36,7 +36,6 @@ "libfec_rs", "libavb", "libverity_tree", - "libgtest_prod", "liblog", "liblp", "libselinux", @@ -51,6 +50,9 @@ "libcutils", "libutils", ], + header_libs: [ + "libgtest_prod_headers", + ], } cc_defaults {