blob: 6cbd7a3fd73b9035c2f398331c1d996cc316736f [file] [log] [blame]
Michael Bestasd4923512024-05-10 02:57:20 +03001//
Michael Bestas4e1ba2f2024-05-12 06:38:39 +03002// SPDX-FileCopyrightText: 2024 The LineageOS Project
Michael Bestasd4923512024-05-10 02:57:20 +03003// SPDX-License-Identifier: Apache-2.0
4//
5
6prebuilt_etc {
7 name: "fstab.default",
8 src: "fstab.default",
9 vendor: true,
Michael Bestas0134c1e2023-08-30 13:51:03 +030010 vendor_ramdisk_available: true,
Michael Bestasd4923512024-05-10 02:57:20 +030011}
12
13prebuilt_etc {
Rohit Sekharb0b46002023-08-23 23:34:33 +053014 name: "init.bt_mac.rc",
15 src: "init.bt_mac.rc",
16 sub_dir: "init",
17 vendor: true,
18}
19
20prebuilt_etc {
Michael Bestasd4923512024-05-10 02:57:20 +030021 name: "init.qcom.rc",
22 src: "init.qcom.rc",
23 sub_dir: "init/hw",
24 vendor: true,
25}
26
27prebuilt_etc {
28 name: "init.qcom.recovery.rc",
29 src: "init.qcom.recovery.rc",
30 sub_dir: "init",
31 recovery: true,
32}
33
34prebuilt_etc {
35 name: "init.stnfc.rc",
36 src: "init.stnfc.rc",
37 sub_dir: "init/hw",
38 vendor: true,
39}
40
41prebuilt_etc {
42 name: "init.target.rc",
43 src: "init.target.rc",
44 sub_dir: "init/hw",
45 vendor: true,
46}
47
48prebuilt_etc {
49 name: "ueventd.qcom.rc",
50 filename: "ueventd.rc",
51 src: "ueventd.qcom.rc",
52 vendor: true,
53}
54
55sh_binary {
Rohit Sekharb0b46002023-08-23 23:34:33 +053056 name: "init.bt_mac.sh",
57 src: "init.bt_mac.sh",
58 vendor: true,
59}
60
61sh_binary {
Michael Bestasd4923512024-05-10 02:57:20 +030062 name: "init.class_main.sh",
63 src: "init.class_main.sh",
64 vendor: true,
65}
66
67sh_binary {
68 name: "init.qcom.early_boot.sh",
69 src: "init.qcom.early_boot.sh",
70 vendor: true,
71}
72
73sh_binary {
74 name: "init.qcom.post_boot.sh",
75 src: "init.qcom.post_boot.sh",
76 vendor: true,
77}
78
79sh_binary {
80 name: "init.qcom.sh",
81 src: "init.qcom.sh",
82 vendor: true,
83}