aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 17:58:54 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-11-01 17:58:54 -0700
commit2b2d62f76e02b50be325afdffce6a93219435b2b (patch)
tree4ff5afcbb079c4f3fa3419417e508e3d952c4460
parentb7629499f0f5872825f30a78af2966ac409ca9b1 (diff)
parentf6035ae5e8d20900e7903efa2807ce9869e2a057 (diff)
downloadlibbrillo-2b2d62f76e02b50be325afdffce6a93219435b2b.tar.gz
Mark libbrillo as recovery_available for update_engine_sideload
am: f6035ae5e8 Change-Id: Iaeedd13f36d404ff7d92df6ce17a290d5b144717
-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,