mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
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:
23
init/Android.bp
Normal file
23
init/Android.bp
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user