Files
device_xiaomi_sapphire/bootctrl/Android.bp
chandu078 c6c30e277f topaz: Import bootctrl and gpt-utils from LA.VENDOR.1.0.r1-21900-WAIPIO.0
* Build update engine
* Adapt to libgptutils.bengal

Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
Change-Id: I2500045efcbfa6fb8496279bcc5c5abe365eb064
2023-11-13 02:19:41 +07:00

13 lines
329 B
Plaintext

//
// Copyright (C) 2022 The Android Open Source Project
//
// SPDX-License-Identifier: Apache-2.0
//
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.bengal"],
}