From a85d7a0936933580add19d55872b798e5d79db01 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 20 Apr 2021 11:58:05 -0700 Subject: Use gtest_prod_headers. Bug: http://b/185916167 Test: treehugger Change-Id: I3407052df4f12b01acc4a75c6bd0759f7a4b2c4c --- tests/Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Android.bp') diff --git a/tests/Android.bp b/tests/Android.bp index 0559dc3b9..5ef4d58c0 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -148,9 +148,11 @@ cc_test { "libupdater_core", "libupdate_verifier", - "libgtest_prod", "libprotobuf-cpp-lite", ], + header_libs: [ + "libgtest_prod_headers", + ], data: [ "testdata/*", -- cgit v1.2.3