From b6b129b258a4fe5790beaa055bb631a37b89637b Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Mon, 23 Jul 2018 17:43:59 +0000 Subject: Revert "Make recovery libraries shared / recovery_available" This reverts commit c936a6961940a15f7f95befcf35425bad8fa4f7c. Reason for revert: b/111734137 Change-Id: Ie9c1fdc75d6e87dba7019c4e6d1799af25c2f94a --- otautil/Android.bp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'otautil/Android.bp') diff --git a/otautil/Android.bp b/otautil/Android.bp index 16af7e781..b058f7b35 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -16,7 +16,6 @@ cc_library_static { name: "libotautil", host_supported: true, - recovery_available: true, // Minimal set of files to support host build. srcs: [ @@ -24,7 +23,7 @@ cc_library_static { "rangeset.cpp", ], - shared_libs: [ + static_libs: [ "libbase", ], @@ -47,7 +46,7 @@ cc_library_static { "thermalutil.cpp", ], - shared_libs: [ + static_libs: [ "libselinux", "libcutils", ], -- cgit v1.2.3