mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-01-27 15:15:25 +00:00
sky: Initial empty device tree
This commit is contained in:
18
bootctrl/Android.bp
Normal file
18
bootctrl/Android.bp
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Copyright (C) 2023 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library {
|
||||
name: "bootctrl.parrot",
|
||||
defaults: ["bootctrl_hal_defaults"],
|
||||
static_libs: ["libgptutils.parrot"],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "android.hardware.boot@1.2-impl-qti",
|
||||
stem: "android.hardware.boot@1.0-impl-1.2-qti",
|
||||
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
|
||||
static_libs: ["libgptutils.parrot"],
|
||||
}
|
||||
Reference in New Issue
Block a user