sm8250-common -> sm7325-common

This commit is contained in:
SGCMarkus 2022-03-26 23:16:05 +01:00
parent 5404d41486
commit 95b667c5b9
74 changed files with 4210 additions and 3942 deletions

View file

@ -31,14 +31,14 @@ cc_defaults {
}
cc_library {
name: "bootctrl.kona",
name: "bootctrl.lahaina",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.moto_kona"],
static_libs: ["libgptutils.moto_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.moto_kona"],
}
static_libs: ["libgptutils.moto_lahaina"],
}