commit | 1eeee966763d05c9710188542d1ca84e08fbb397 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 09 17:09:06 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 10 14:53:28 2017 -0700 |
tree | 04160262a8d8bddb31e014e251deac8dcff17a87 | |
parent | bca78df5a4d555d9d413de92b0e295c15d8f381c [diff] [blame] |
Add libkeyutils. Also move init over to it. Bug: http://b/37991155 Test: builds+boots Change-Id: I5113a9d96a5ce0a0f3bad71134d6cc4f7b41a57e
diff --git a/init/Android.mk b/init/Android.mk index e880cb6..78a4882 100644 --- a/init/Android.mk +++ b/init/Android.mk
@@ -124,7 +124,8 @@ libsparse \ libz \ libprocessgroup \ - libavb + libavb \ + libkeyutils \ # Create symlinks. LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_ROOT_OUT)/sbin; \