bangkk: Convert rootdir to init

Change-Id: I43ccc55b98231d984474e6bba3c9fa1266bb7351
This commit is contained in:
Michael Bestas 2024-12-02 01:29:18 +02:00
commit dfc2fec546
No known key found for this signature in database
3 changed files with 13 additions and 6 deletions

11
init/Android.bp Normal file
View file

@ -0,0 +1,11 @@
//
// 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,
}