eqs: initial rebrand

This commit is contained in:
SGCMarkus 2023-07-25 19:07:41 +02:00
parent c92ac5f61f
commit ee61490715
35 changed files with 94 additions and 62 deletions

View file

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