2024-12-01 18:29:18 -05:00
|
|
|
//
|
|
|
|
// SPDX-FileCopyrightText: The LineageOS Project
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
//
|
|
|
|
|
|
|
|
prebuilt_etc {
|
|
|
|
name: "init.mmi.overlay.rc",
|
|
|
|
src: "init.mmi.overlay.rc",
|
|
|
|
sub_dir: "init/hw",
|
|
|
|
vendor: true,
|
|
|
|
}
|
2025-05-10 07:52:13 -04:00
|
|
|
|
|
|
|
sh_binary {
|
|
|
|
name: "init.oem.fingerprint2.sh",
|
|
|
|
src: "init.oem.fingerprint2.sh",
|
|
|
|
vendor: true,
|
|
|
|
}
|