From 5cd5a1765724111018296c249d79984bc28d9f13 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 22 Apr 2021 17:03:38 -0700 Subject: [PATCH] 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 --- rebootescrow/aidl/default/Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebootescrow/aidl/default/Android.bp b/rebootescrow/aidl/default/Android.bp index e6a4e7ab4f..b8e42f1304 100644 --- a/rebootescrow/aidl/default/Android.bp +++ b/rebootescrow/aidl/default/Android.bp @@ -78,7 +78,9 @@ cc_test { ], static_libs: [ "libhadamardutils", - "libgtest_prod", + ], + header_libs: [ + "libgtest_prod_headers", ], shared_libs: [ "liblog",