mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
sm6375-common: import libinit from sm8250-common
Change-Id: I81041b8feef9d33cb09c1416965d648193f33159
This commit is contained in:
25
libinit/Android.bp
Normal file
25
libinit/Android.bp
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// Copyright (C) 2021 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library_static {
|
||||
name: "libinit_xiaomi_kona",
|
||||
srcs: [
|
||||
"libinit_dalvik_heap.cpp",
|
||||
"libinit_variant.cpp",
|
||||
"libinit_utils.cpp",
|
||||
],
|
||||
whole_static_libs: ["libbase"],
|
||||
export_include_dirs: ["include"],
|
||||
recovery_available: true,
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "init_xiaomi_kona",
|
||||
srcs: ["init_xiaomi_kona.cpp"],
|
||||
whole_static_libs: ["libinit_xiaomi_kona"],
|
||||
include_dirs: ["system/core/init"],
|
||||
recovery_available: true,
|
||||
}
|
||||
Reference in New Issue
Block a user