aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-10-23 13:45:43 -0700
committerDan Willemsen <dwillemsen@google.com>2018-11-02 00:51:47 +0000
commitf6035ae5e8d20900e7903efa2807ce9869e2a057 (patch)
tree4ff5afcbb079c4f3fa3419417e508e3d952c4460
parentd7ce703857595102de62bed4d2cb57cfd78ffbb6 (diff)
downloadlibbrillo-f6035ae5e8d20900e7903efa2807ce9869e2a057.tar.gz
Test: build update_engine_sideload Change-Id: I317df5338fe7e8377a9f5d416cc09a99e8d79bc1
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b1f5680..1ac5e95 100644
--- a/Android.bp
+++ b/Android.bp
@@ -134,6 +134,7 @@ libbrillo_shared_libraries = ["libchrome"]
cc_library {
name: "libbrillo",
host_supported: true,
+ recovery_available: true,
srcs: libbrillo_core_sources,
shared_libs: libbrillo_shared_libraries,
static_libs: [
@@ -203,6 +204,7 @@ cc_library {
export_include_dirs: ["."],
host_supported: true,
+ recovery_available: true,
target: {
darwin: {
enabled: false,