blob: 12a6046a3d0de2d8fdf90b7bca8f459d24522818 [file] [log] [blame] [edit]
//
// Copyright (C) 2018 The Android Open Source Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "bootctrl.sdm845",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.axolotl"],
}
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.axolotl"],
}