mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-05 02:39:49 +02:00
20 lines
335 B
Text
20 lines
335 B
Text
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
// fstab
|
|
prebuilt_etc {
|
|
name: "fstab.qcom",
|
|
src: "etc/fstab.qcom",
|
|
vendor: true,
|
|
}
|
|
|
|
// Init configuration files
|
|
prebuilt_etc {
|
|
name: "init.device.rc",
|
|
src: "etc/init.device.rc",
|
|
sub_dir: "init/hw",
|
|
vendor: true,
|
|
}
|