fstab loosely based of off laurel and old ginkgo tree fstab init.device.rc from https://github.com/LineageOS/android_device_xiaomi_ginkgo/blob/lineage-20/rootdir/etc/init.device.rc Change-Id: I4d4b29cb3cf641c62cd34ca0490c926c751ca0e3 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,
|
|
}
|