Files
device_nothing_Spacewar/bootctrl/Android.bp
Kujou Yuko 11a3d834ae Spacewar: Import bootctrl and gpt-utils from CAF
* From LA.UM.9.14.r1-18900-LAHAINA.QSSI12.0.

Signed-off-by: Kujou Yuko <i@779.moe>
Change-Id: Ifa0132c7cfe67bd46093404dfa53d8c6d5298243
2022-09-19 13:04:32 +00:00

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"],
}