aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 18:11:21 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-11-01 18:11:21 -0700
commitc37cea20c7c9705f6b7780721f45bdebf572e625 (patch)
tree4ff5afcbb079c4f3fa3419417e508e3d952c4460
parentfff58d47731f3a867e68b8aeab15f373e91e3d44 (diff)
parent2b2d62f76e02b50be325afdffce6a93219435b2b (diff)
downloadplatform_external_libbrillo-c37cea20c7c9705f6b7780721f45bdebf572e625.tar.gz
platform_external_libbrillo-c37cea20c7c9705f6b7780721f45bdebf572e625.tar.bz2
platform_external_libbrillo-c37cea20c7c9705f6b7780721f45bdebf572e625.zip
Mark libbrillo as recovery_available for update_engine_sideload am: f6035ae5e8
am: 2b2d62f76e Change-Id: I5aa03bdb1dee91ce9d36ddba2e9a44fa7b2c474d
-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,