summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-11-01 18:10:29 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-11-01 18:10:29 -0700
commit14ca516655df564d524d9cdc7548912c8f148999 (patch)
tree30fc421acabd635b0a5f6f4289eb785a5728e670
parent524cf8979f0c913cee5364ebfc2727a0fba89e9c (diff)
parent1476894103e8bec8f099e775b401dd68d7e0f689 (diff)
downloadboringssl-14ca516655df564d524d9cdc7548912c8f148999.tar.gz
Merge "Mark libssl as recovery_available for update_engine_sideload" am: eba0b62d87
am: 1476894103 Change-Id: I347f8dad0ba55575eefba059a4a8c9f4371fca1b
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dc2bfc54..0f59e1b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -154,6 +154,7 @@ cc_library_static {
// Static and Shared library
cc_library {
name: "libssl",
+ recovery_available: true,
vendor_available: true,
vndk: {
enabled: true,