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

Commit 1051e107 authored by Yabin Cui's avatar Yabin Cui Committed by Tao Bao
Browse files

init: use libbootloader_message.

Bug: 29582118
Change-Id: I6285b29774a11d6dda8496c7c73e4c1d17a672bd
(cherry picked from commit 0b1252cc)
parent 4bc51d1e
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>