mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 11:00:20 +00:00
* This is no longer used after switching to QTI 1.1 impl Change-Id: Id770b77da62c3b16eaea83cec366b299b1ea49d2
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
//
|
|
// Copyright (C) 2018-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.oneplus_lahaina"],
|
|
}
|