This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/bootctrl/Android.bp
Alexander Koskovich 95e08c02aa bootctrl: Update to Boot Control HAL v1.2
Change-Id: I8a63b090bfab2659ce2a00193ff0115b687d9780
2022-06-28 15:54:25 +02:00

12 lines
325 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.oplus"],
}