Files
device_xiaomi_twolip/init/Android.bp
arturo51236 b244f28741 Merge twolip into sdm660-common
* 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>
2022-05-11 17:05:39 +02:00

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",
]
}