dre: Initial device tree conversion and decommonization

Added properties taken from lemonade and modified for dre.

Change-Id: Ibac1a345547184d7dc6e231ce9b867c457d6b576
This commit is contained in:
Albert Tang 2022-05-16 18:06:02 -05:00
parent 369c86860e
commit 620d3be334
12 changed files with 148 additions and 98 deletions

View file

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