Files
device_motorola_cebu/init/Android.bp
Michael Bestas e2fefb984d cebu: Add missing copyright headers
* And drop copyright years.

Change-Id: Iffe3dc0e0a657230a7a9d253fbb05244a6219981
2025-10-11 01:04:06 +03:00

37 lines
646 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,
}
prebuilt_etc {
name: "init.recovery.touch.rc",
src: "init.recovery.touch.rc",
sub_dir: "init",
recovery: true,
}
sh_binary {
name: "init.oem.fingerprint.sh",
src: "init.oem.fingerprint.sh",
vendor: true,
}
sh_binary {
name: "init.oem.fingerprint2.sh",
src: "init.oem.fingerprint2.sh",
vendor: true,
}