miatoll: rootdir: Move to Android.bp

Change-Id: I28c3cb806d47e0e2c4f1fc0cf909d90638f2d2af
This commit is contained in:
Sebastiano Barezzi
2021-10-17 19:31:32 +02:00
committed by Alexander Winkowski
parent aaaba5f297
commit c134993c14
2 changed files with 12 additions and 10 deletions

12
rootdir/Android.bp Normal file
View File

@ -0,0 +1,12 @@
//
// Copyright (C) 2021 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
prebuilt_etc {
name: "init.device.rc",
src: "etc/init.device.rc",
sub_dir: "init/hw",
vendor: true,
}