Files
2024-02-26 14:14:15 +08:00

19 lines
449 B
Plaintext

//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "bootctrl.xiaomi_sm8450",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.taro"],
}
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.taro"],
}