sm8350-common: Initial common device tree conversion

Change-Id: I0d7188b3fa82dddf3f9fb9523d716a8f15f46184
This commit is contained in:
Bruno Martins 2021-05-25 17:54:59 +01:00 committed by LuK1337
parent 2bee5a8ca6
commit 410e7ff323
39 changed files with 85 additions and 88 deletions

View file

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