blob: 12a6046a3d0de2d8fdf90b7bca8f459d24522818 [file] [log] [blame]
Alexander Martinzdb6edbd2021-08-26 17:27:03 +02001//
2// Copyright (C) 2018 The Android Open Source Project
3//
4// SPDX-License-Identifier: Apache-2.0
5//
6
7cc_library {
8 name: "bootctrl.sdm845",
9 defaults: ["bootctrl_hal_defaults"],
10 static_libs: ["libgptutils.axolotl"],
11}
Alexander Martinzc15b8882022-01-07 11:36:10 +010012
13cc_library_shared {
14 name: "android.hardware.boot@1.1-impl-qti",
15 stem: "android.hardware.boot@1.0-impl-1.1-qti",
16 defaults: ["android.hardware.boot@1.1-impl-qti_defaults"],
17 static_libs: ["libgptutils.axolotl"],
18}