sm7250-common: Initial common device tree conversion

This commit is contained in:
KakatkarAkshay
2021-07-18 18:57:50 +05:30
parent 43591c3713
commit 419a5b32d9
10 changed files with 23 additions and 23 deletions

View File

@@ -15,14 +15,14 @@
//
cc_library {
name: "bootctrl.kona",
name: "bootctrl.lito",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.oneplus_kona"],
static_libs: ["libgptutils.oneplus_lito"],
}
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.oneplus_kona"],
static_libs: ["libgptutils.oneplus_lito"],
}