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

Commit f361c256 authored by Jin Qian's avatar Jin Qian Committed by android-build-merger
Browse files

init: require e2fsdroid and mke2fs when building init

am: 041f8495

Change-Id: Icf49587d20a210cdcf130aacc25ecbcbfd31f06c
parents 53d129cd 041f8495
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -94,6 +94,10 @@ cc_binary {

    name: "init",
    defaults: ["init_defaults"],
    required: [
        "e2fsdroid",
        "mke2fs",
    ],
    static_executable: true,
    srcs: [
        "bootchart.cpp",
+4 −0
Original line number Diff line number Diff line
@@ -83,6 +83,10 @@ LOCAL_STATIC_LIBRARIES := \
    libavb \
    libkeyutils \

LOCAL_REQUIRED_MODULES := \
    e2fsdroid \
    mke2fs \

# Create symlinks.
LOCAL_POST_INSTALL_CMD := $(hide) mkdir -p $(TARGET_ROOT_OUT)/sbin; \
    ln -sf ../init $(TARGET_ROOT_OUT)/sbin/ueventd; \