mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sapphire
synced 2026-01-27 19:03:34 +00:00
* Build update engine * Adapt to libgptutils.bengal Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com> Change-Id: I2500045efcbfa6fb8496279bcc5c5abe365eb064
13 lines
329 B
Plaintext
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"],
|
|
}
|