Merge "init: use libbootloader_message." into nyc-mr1-dev

This commit is contained in:
Yabin Cui 2016-06-30 21:08:30 +00:00 committed by Android (Google) Code Review
commit ca4cf4e4af
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
LOCAL_STATIC_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \
libinit \ libinit \
libbootloader_message_writer \ libbootloader_message \
libfs_mgr \ libfs_mgr \
libfec \ libfec \
libfec_rs \ libfec_rs \

View file

@ -46,7 +46,7 @@
#include <android-base/file.h> #include <android-base/file.h>
#include <android-base/parseint.h> #include <android-base/parseint.h>
#include <android-base/stringprintf.h> #include <android-base/stringprintf.h>
#include <bootloader_message_writer.h> #include <bootloader_message/bootloader_message.h>
#include <cutils/partition_utils.h> #include <cutils/partition_utils.h>
#include <cutils/android_reboot.h> #include <cutils/android_reboot.h>
#include <logwrap/logwrap.h> #include <logwrap/logwrap.h>