marble: define init script to device.mk

This commit is contained in:
2025-05-06 20:01:21 +09:00
parent 74962458cd
commit 5c55124e52
2 changed files with 24 additions and 0 deletions

View File

@ -4,6 +4,13 @@
// SPDX-License-Identifier: Apache-2.0
//
// fstab
prebuilt_etc {
name: "fstab.qcom",
src: "etc/fstab.qcom",
vendor: true,
}
// Init scripts
sh_binary {
name: "init.class_main.sh",