Files
Arian fa9a5d1728 sm6125-common: rootdir: Remove unnecessary class_core script
Change-Id: I065407a7b9aaf186a22964786af97b36a140c793
2025-05-26 23:35:47 +03:00

66 lines
1.1 KiB
Plaintext

//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
// Init scripts
sh_binary {
name: "init.qcom.early_boot.sh",
src: "bin/init.qcom.early_boot.sh",
vendor: true,
}
sh_binary {
name: "init.class_main.sh",
src: "bin/init.class_main.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.sh",
src: "bin/init.qcom.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.post_boot.sh",
src: "bin/init.qcom.post_boot.sh",
vendor: true,
}
// Init configuration files
prebuilt_etc {
name: "fstab.zram",
src: "etc/fstab.zram",
vendor: true,
}
prebuilt_etc {
name: "init.qcom.rc",
src: "etc/init.qcom.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.target.rc",
src: "etc/init.target.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.recovery.qcom.rc",
src: "etc/init.recovery.qcom.rc",
sub_dir: "init",
recovery: true,
}
prebuilt_etc {
name: "ueventd.qcom.rc",
filename: "ueventd.rc",
src: "etc/ueventd.rc",
vendor: true,
}