Revert "Make recovery libraries shared / recovery_available"

This reverts commit c936a69619.

Reason for revert: b/111734137

Change-Id: Ie9c1fdc75d6e87dba7019c4e6d1799af25c2f94a
This commit is contained in:
Hridya Valsaraju
2018-07-23 17:43:59 +00:00
parent c936a69619
commit b6b129b258
6 changed files with 9 additions and 28 deletions
+2 -3
View File
@@ -14,7 +14,7 @@
// limitations under the License.
//
cc_library {
cc_library_static {
name: "libbootloader_message",
recovery_available: true,
srcs: ["bootloader_message.cpp"],
@@ -22,10 +22,9 @@ cc_library {
"-Wall",
"-Werror",
],
shared_libs: [
static_libs: [
"libbase",
"libfs_mgr",
"liblog",
],
export_include_dirs: ["include"],
}