Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5062b87e authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "init: use libbootloader_message."

parents 4bc51d1e 1051e107
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -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>