mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-01-27 14:27:18 +00:00
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
prebuilt_etc {
|
|
name: "fstab.qcom",
|
|
src: "fstab.qcom",
|
|
soc_specific: true,
|
|
ramdisk_available: true,
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "init.target.rc",
|
|
src: "init.target.rc",
|
|
sub_dir: "init/hw",
|
|
soc_specific: true,
|
|
}
|