aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-11-04 03:02:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-11-04 03:02:06 +0000
commit2495943a23b21379ea05d18af7c1f24d1f193101 (patch)
tree4ff5afcbb079c4f3fa3419417e508e3d952c4460
parent3760e30678a62a1ce1c963e2b0e6d7e14381a5f8 (diff)
parent2a757f43dd4c6346a9cefdaedc154d84e0976b16 (diff)
downloadlibbrillo-2495943a23b21379ea05d18af7c1f24d1f193101.tar.gz
Snap for 5110273 from 2a757f43dd4c6346a9cefdaedc154d84e0976b16 to qt-release
Change-Id: I943caebf58b4c8a230aa834131ac325f5906a945
-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,