* From LA.UM.9.14.r1-18900-LAHAINA.QSSI12.0. Signed-off-by: Kujou Yuko <i@779.moe> Change-Id: Ifa0132c7cfe67bd46093404dfa53d8c6d5298243
13 lines
330 B
Plaintext
13 lines
330 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.nothing"],
|
|
}
|