* From https://github.com/LineageOS/android_device_xiaomi_twolip * Rebrand to tulip * Move props to a specific folder * Unify shims in a specific folder * Move idc files to keylayout folder * Minor refactor to light HAL Signed-off-by: Arturo <rtsanonynousperson@gmail.com>
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
//
|
|
// Copyright (C) 2019-2020,2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_static {
|
|
name: "libinit_tulip",
|
|
recovery_available: true,
|
|
srcs: ["init_tulip.cpp"],
|
|
include_dirs: [
|
|
"system/core/init"
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
]
|
|
}
|