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
diff --git a/rebootescrow/aidl/default/Android.bp b/rebootescrow/aidl/default/Android.bp
index e6a4e7a..b8e42f1 100644
--- a/rebootescrow/aidl/default/Android.bp
+++ b/rebootescrow/aidl/default/Android.bp
@@ -78,7 +78,9 @@
],
static_libs: [
"libhadamardutils",
- "libgtest_prod",
+ ],
+ header_libs: [
+ "libgtest_prod_headers",
],
shared_libs: [
"liblog",