From cf5dbc200b0a94a126dcc99198f5da821594186d Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhou Date: Thu, 31 Jan 2019 13:46:12 -0800 Subject: [PATCH] install mini-keyctl to /system/bin This CL installs mini-keyctl for fsverity Bug: 112038861 Test: build, flash and check mini-keyctl is properly installed. Change-Id: Ib3adc1b7c92cae28caf72544987c7f3f23eafbbc --- shell_and_utilities/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 5ce43d557..f01a8c7ec 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -14,6 +14,7 @@ phony { "bzip2", "grep", "logwrapper", + "mini-keyctl", "mkshrc", "newfs_msdos", "reboot",