Files
device_xiaomi_sky/bootctrl/Android.bp
2023-09-17 19:28:20 +05:30

19 lines
446 B
Plaintext

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