From 91f2e8356a248fe68804f65ebe717eef2a8f14ea Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 10 Dec 2020 12:29:42 -0800 Subject: [PATCH] Use libchrome as a shared library ... as being able to use cc_library in header_libs is not intended. Bug: 173252016 Test: m checkbuild Change-Id: I624ee84728c59744c89ab51db567900c8eaf0571 --- fs_mgr/libsnapshot/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs_mgr/libsnapshot/Android.bp b/fs_mgr/libsnapshot/Android.bp index 0664b6d2a..7e239479b 100644 --- a/fs_mgr/libsnapshot/Android.bp +++ b/fs_mgr/libsnapshot/Android.bp @@ -24,6 +24,7 @@ cc_defaults { ], shared_libs: [ "libbase", + "libchrome", "libcutils", "liblog", ], @@ -44,7 +45,6 @@ cc_defaults { "libz", ], header_libs: [ - "libchrome", "libfiemap_headers", "libstorage_literals_headers", "libupdate_engine_headers", @@ -351,6 +351,7 @@ cc_defaults { static_libs: [ "libbase", "libbrotli", + "libchrome", "libcrypto_static", "libcutils", "libext2_uuid", @@ -367,7 +368,6 @@ cc_defaults { "libz", ], header_libs: [ - "libchrome", "libfiemap_headers", "libstorage_literals_headers", "libupdate_engine_headers",