Files
firebird11 dc654b0a42 sm8150-common: Remove dcvs init
*not needed anymore

Change-Id: I321f9ca6773c82c6c1f63d3a4f81aa1fa030acb0
Signed-off-by: firebird11 <hbgassel@gmail.com>
2026-02-04 19:58:32 +01:00

100 lines
1.8 KiB
Plaintext

//
// Copyright (C) 2022-2026 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
// Init scripts
sh_binary {
name: "init.class_main.sh",
src: "bin/init.class_main.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.class_core.sh",
src: "bin/init.qcom.class_core.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.early_boot.sh",
src: "bin/init.qcom.early_boot.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.post_boot.sh",
src: "bin/init.qcom.post_boot.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.sh",
src: "bin/init.qcom.sh",
vendor: true,
}
sh_binary {
name: "init.qti.chg_policy.sh",
src: "bin/init.qti.chg_policy.sh",
vendor: true,
}
// fstab
prebuilt_etc {
name: "fstab.qcom",
src: select(soong_config_variable("XIAOMI_MSMNILE", "PARTITION_SCHEME"), {
"dynamic": "etc/fstab_dynamic.qcom",
"legacy": "etc/fstab_legacy.qcom",
"vab": "etc/fstab_AB.qcom",
default: "etc/fstab_dynamic.qcom",
}),
vendor: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
}
// Init configuration files
prebuilt_etc {
name: "init.qcom.power.rc",
src: "etc/init.qcom.power.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.qcom.rc",
src: "etc/init.qcom.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: "init.target.rc",
src: "etc/init.target.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.xiaomi.rc",
src: "etc/init.xiaomi.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "ueventd.qcom.rc",
filename: "ueventd.rc",
src: "etc/ueventd.qcom.rc",
vendor: true,
}