This will be used for devices that don't support BSG. Change-Id: I382a4e1116420442091591d4055840fd71cb891c
19 lines
558 B
Plaintext
19 lines
558 B
Plaintext
//
|
|
// 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-sg.oplus"],
|
|
}
|
|
|
|
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-bsg.oplus"],
|
|
}
|