init: use libbootloader_message.
Bug: 29582118
Change-Id: I6285b29774a11d6dda8496c7c73e4c1d17a672bd
(cherry picked from commit 0b1252cca0
)
This commit is contained in:
parent
4bc51d1ea4
commit
1051e107f2
|
@ -82,7 +82,7 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libinit \
|
||||
libbootloader_message_writer \
|
||||
libbootloader_message \
|
||||
libfs_mgr \
|
||||
libfec \
|
||||
libfec_rs \
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include <android-base/parseint.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
#include <bootloader_message_writer.h>
|
||||
#include <bootloader_message/bootloader_message.h>
|
||||
#include <cutils/partition_utils.h>
|
||||
#include <cutils/android_reboot.h>
|
||||
#include <ext4_utils/ext4_crypt.h>
|
||||
|
|
Loading…
Reference in New Issue