Sebastiano Barezzi 894afbd8a9
sm6250-common: rootdir: Move to Android.bp
Change-Id: I28c3cb806d47e0e2c4f1fc0cf909d90638f2d2af
2021-10-18 18:48:52 +02:00

61 lines
1.0 KiB
Plaintext

//
// Copyright (C) 2021 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.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: "etc/fstab.qcom",
vendor: 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.target.rc",
src: "etc/init.target.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "ueventd.qcom.rc",
filename: "ueventd.rc",
src: "etc/ueventd.qcom.rc",
vendor: true,
}