aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 18:27:03 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-11-01 18:27:03 -0700
commit2a757f43dd4c6346a9cefdaedc154d84e0976b16 (patch)
tree4ff5afcbb079c4f3fa3419417e508e3d952c4460
parent196765a22c135e9fe25d54d0f06384200f54aa38 (diff)
parentc37cea20c7c9705f6b7780721f45bdebf572e625 (diff)
downloadplatform_external_libbrillo-2a757f43dd4c6346a9cefdaedc154d84e0976b16.tar.gz
platform_external_libbrillo-2a757f43dd4c6346a9cefdaedc154d84e0976b16.tar.bz2
platform_external_libbrillo-2a757f43dd4c6346a9cefdaedc154d84e0976b16.zip
Mark libbrillo as recovery_available for update_engine_sideload am: f6035ae5e8 am: 2b2d62f76e
am: c37cea20c7 Change-Id: I5cb3a693c05501d977b4545736c2f3b98de500b2
-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,