summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatraman2017-05-16 13:51:09 -0500
committerVijay Venkatraman2017-05-16 13:51:09 -0500
commit15042c1e5e2717cf16e36b8b48a89d665757cdb9 (patch)
tree9f39f3ab4be54104571286d11231a89db1ad2441
parentd7846a2c53a0f462dc29b83ff2e46e252d6e9937 (diff)
downloadplatform-system-core-15042c1e5e2717cf16e36b8b48a89d665757cdb9.tar.gz
platform-system-core-15042c1e5e2717cf16e36b8b48a89d665757cdb9.tar.xz
platform-system-core-15042c1e5e2717cf16e36b8b48a89d665757cdb9.zip
Add vendor_available:true to libcrypto_utils
Bug: 38244611 Test: build sailfish Change-Id: Ieaaf9e03a63124cd1bb79d4c8f6e5d5d4cc7d94b
-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 f2560e6a3..4a5f2a7ac 100644
--- a/libcrypto_utils/Android.bp
+++ b/libcrypto_utils/Android.bp
@@ -16,6 +16,7 @@
16 16
17cc_library { 17cc_library {
18 name: "libcrypto_utils", 18 name: "libcrypto_utils",
19 vendor_available: true,
19 host_supported: true, 20 host_supported: true,
20 srcs: [ 21 srcs: [
21 "android_pubkey.c", 22 "android_pubkey.c",