This should be suitable for both laurel_sprout and ginkgo. Change-Id: I55f1a2515a84ed306069719c270f40c3a8298ce8 Signed-off-by: Skyblueborb <tomaszborbely0710@gmail.com>
28 lines
464 B
Plaintext
28 lines
464 B
Plaintext
//
|
|
// Copyright (C) 2025 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
// Init configuration files
|
|
prebuilt_etc {
|
|
name: "init.device.rc",
|
|
src: "etc/init.device.rc",
|
|
sub_dir: "init/hw",
|
|
vendor: true,
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "init.fingerprint.rc",
|
|
src: "etc/init.fingerprint.rc",
|
|
sub_dir: "init/hw",
|
|
vendor: true,
|
|
}
|
|
|
|
// fstab
|
|
prebuilt_etc {
|
|
name: "fstab.qcom",
|
|
src: "etc/fstab.qcom",
|
|
vendor: true,
|
|
}
|