init: use libbootloader_message.
Bug: 29582118 Change-Id: I6285b29774a11d6dda8496c7c73e4c1d17a672bd
This commit is contained in:
parent
8ccc1ad0f7
commit
0b1252cca0
|
@ -83,7 +83,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/file.h>
|
||||
#include <android-base/parseint.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 <logwrap/logwrap.h>
|
||||
|
|
Loading…
Reference in New Issue