commit | e00950e0391ecec361d2aa1d242e3b3392bf907a | [log] [tgz] |
---|---|---|
author | Vijay Venkatraman <vijaykv@google.com> | Tue May 16 11:51:09 2017 -0700 |
committer | Vijay Venkatraman <vijaykv@google.com> | Tue May 16 11:51:09 2017 -0700 |
tree | 9f39f3ab4be54104571286d11231a89db1ad2441 | |
parent | 6d48ba8818c0d41165eb7ab66f1bc6bb36a12699 [diff] |
Add vendor_available:true to libcrypto_utils Bug: 38244611 Test: build sailfish Change-Id: Ieaaf9e03a63124cd1bb79d4c8f6e5d5d4cc7d94b
diff --git a/libcrypto_utils/Android.bp b/libcrypto_utils/Android.bp index f2560e6..4a5f2a7 100644 --- a/libcrypto_utils/Android.bp +++ b/libcrypto_utils/Android.bp
@@ -16,6 +16,7 @@ cc_library { name: "libcrypto_utils", + vendor_available: true, host_supported: true, srcs: [ "android_pubkey.c",