Merge "init: use libbootloader_message." into nyc-mr1-dev
This commit is contained in:
commit
ca4cf4e4af
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue