Switch to QTI bootctrl HAL
Change-Id: Ie5079fd4c40cb1f7414f2cba9f98d350f03047d8
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
soong_namespace {
|
soong_namespace {
|
||||||
|
imports: ["hardware/qcom-caf/bootctrl"],
|
||||||
}
|
}
|
||||||
|
|||||||
11
bootctrl/Android.bp
Normal file
11
bootctrl/Android.bp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2022 The Android Open Source Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
cc_library_shared {
|
||||||
|
name: "android.hardware.boot@1.1-impl-qti",
|
||||||
|
stem: "android.hardware.boot@1.0-impl-1.1-qti",
|
||||||
|
defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
|
||||||
|
static_libs: ["libgptutils.oplus"],
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user