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

Commit 80604abe authored by Yifan Hong's avatar Yifan Hong
Browse files

Add shell_and_utilities_vendor_ramdisk

Test: build it
Bug: 156098440
Change-Id: I8dbddd57e5569d5db969b83ae77a36f839806583
parent 89d1c19c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -51,3 +51,13 @@ phony {
        "toybox_vendor",
    ],
}

// shell and utilities for first stage console. The list of binaries are
// enough for debugging purposes.
phony {
    name: "shell_and_utilities_vendor_ramdisk",
    required: [
        "sh.vendor_ramdisk",
        "toybox.vendor_ramdisk",
    ],
}