From 15042c1e5e2717cf16e36b8b48a89d665757cdb9 Mon Sep 17 00:00:00 2001 From: Vijay Venkatraman Date: Tue, 16 May 2017 11:51:09 -0700 Subject: [PATCH] Add vendor_available:true to libcrypto_utils Bug: 38244611 Test: build sailfish Change-Id: Ieaaf9e03a63124cd1bb79d4c8f6e5d5d4cc7d94b --- libcrypto_utils/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libcrypto_utils/Android.bp b/libcrypto_utils/Android.bp index f2560e6a3..4a5f2a7ac 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",