sm8450-common: Add bootctrl and import gpt-utils from LA.VENDOR.1.0.r2-07900-WAIPIO.QSSI13.0

Change-Id: I29aeee0348fbcf111bbdf232ac171106f4cb92bd
This commit is contained in:
Arian
2024-01-20 10:40:44 +01:00
parent 89e306247b
commit c4670a2a21
9 changed files with 2184 additions and 0 deletions

12
bootctrl/Android.bp Normal file
View File

@@ -0,0 +1,12 @@
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
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.xiaomi_sm8450"],
}