android_device_xiaomi_whyred/rootdir/Android.bp
Sebastiano Barezzi 28dbb3614e
whyred: rootdir: Move to Android.bp
Change-Id: Ib56f792603df111710b8ea41ec41365c1f349556
2022-09-13 01:17:05 +02:00

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,
}