summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2018-05-25 00:58:01 -0500
committerGerrit Code Review2018-05-25 00:58:01 -0500
commit6c9bb058c5801bd2fd52ceabd0aecd96776f0e71 (patch)
tree66cd9fee7cb214a3d01a9a82c29ee918c703bd14 /libcrypto_utils/Android.bp
parentf90137da608c09361dc6e5bf1f60bfcff9357193 (diff)
parenta0e75045e6817a51e4e6b05880d871525a4d52fe (diff)
downloadplatform-system-core-6c9bb058c5801bd2fd52ceabd0aecd96776f0e71.tar.gz
platform-system-core-6c9bb058c5801bd2fd52ceabd0aecd96776f0e71.tar.xz
platform-system-core-6c9bb058c5801bd2fd52ceabd0aecd96776f0e71.zip
Merge "Build adbd for recovery"
Diffstat (limited to 'libcrypto_utils/Android.bp')
-rw-r--r--libcrypto_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrypto_utils/Android.bp b/libcrypto_utils/Android.bp
index 47de12ab0..e47560f79 100644
--- a/libcrypto_utils/Android.bp
+++ b/libcrypto_utils/Android.bp
@@ -17,6 +17,7 @@
17cc_library { 17cc_library {
18 name: "libcrypto_utils", 18 name: "libcrypto_utils",
19 vendor_available: true, 19 vendor_available: true,
20 recovery_available: true,
20 vndk: { 21 vndk: {
21 enabled: true, 22 enabled: true,
22 }, 23 },