mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-26 15:36:26 -08:00
1f96867457
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
prebuilt_etc {
|
|
name: "fstab.mt6789",
|
|
src: "etc/fstab.mt6789",
|
|
vendor_ramdisk_available: true
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "init.recovery.usb.rc",
|
|
src: "etc/init.recovery.usb.rc",
|
|
recovery: true,
|
|
sub_dir: "init"
|
|
}
|