diff options
Diffstat (limited to 'init/Android.mk')
-rw-r--r-- | init/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Android.mk b/init/Android.mk index 8e45a7aaa..d6cb4e588 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -92,9 +92,9 @@ LOCAL_STATIC_LIBRARIES := \ libbase \ libext4_utils_static \ libutils \ - liblog \ libc \ libselinux \ + liblog \ libmincrypt \ libcrypto_static \ libc++_static \ |