Files
device_motorola_devon/init/Android.bp
Michael Bestas 2793bd7a0c devon: Add missing copyright headers
* And drop copyright years.

Change-Id: I469fa7e7160417a723e8106fed93eab0aef4cc52
2025-10-11 00:11:48 +03:00

24 lines
410 B
Plaintext

//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
prebuilt_etc {
name: "fstab.qcom",
src: "fstab.qcom",
vendor: true,
}
prebuilt_etc {
name: "init.mmi.overlay.rc",
src: "init.mmi.overlay.rc",
sub_dir: "init/hw",
vendor: true,
}
sh_binary {
name: "init.oem.fingerprint2.sh",
src: "init.oem.fingerprint2.sh",
vendor: true,
}