stone: unify common and device tree to stone tree

also drop veu/peux related stuff while we're at it
This commit is contained in:
kamikaonashi
2024-05-07 20:57:13 +02:00
parent 716cae6be5
commit 2ffcba68c8
23 changed files with 1951 additions and 74 deletions

23
init/Android.bp Normal file
View File

@@ -0,0 +1,23 @@
//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_static {
name: "init_stone",
srcs: ["init_stone.cpp"],
recovery_available: true,
whole_static_libs: ["libbase"],
include_dirs: [
"system/core/init",
"system/libbase/include"
]
}
prebuilt_etc {
name: "init.xiaomi.rc",
src: "init.xiaomi.rc",
sub_dir: "init/hw",
vendor: true,
}