sky: Initial empty device tree

This commit is contained in:
YuKongA
2023-05-23 18:00:53 +08:00
committed by Lostark13
commit 22bc51f663
27 changed files with 2930 additions and 0 deletions

18
bootctrl/Android.bp Normal file
View 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"],
}