bootctrl: Add android.hardware.boot@1.1-impl-qti back
This will be used for devices that don't support BSG. Change-Id: I382a4e1116420442091591d4055840fd71cb891c
This commit is contained in:
@@ -3,9 +3,16 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
|
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-sg.oplus"],
|
||||||
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "android.hardware.boot@1.2-impl-qti",
|
name: "android.hardware.boot@1.2-impl-qti",
|
||||||
stem: "android.hardware.boot@1.0-impl-1.2-qti",
|
stem: "android.hardware.boot@1.0-impl-1.2-qti",
|
||||||
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
|
defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
|
||||||
static_libs: ["libgptutils.oplus"],
|
static_libs: ["libgptutils-bsg.oplus"],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
cc_library {
|
cc_defaults {
|
||||||
name: "libgptutils.oplus",
|
name: "libgptutils.oplus",
|
||||||
cflags: ["-D_BSG_FRAMEWORK_KERNEL_HEADERS"],
|
|
||||||
export_include_dirs: ["."],
|
export_include_dirs: ["."],
|
||||||
header_libs: ["generated_kernel_headers"],
|
header_libs: ["generated_kernel_headers"],
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
@@ -20,3 +19,14 @@ cc_library {
|
|||||||
],
|
],
|
||||||
vendor: true,
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_library {
|
||||||
|
name: "libgptutils-sg.oplus",
|
||||||
|
defaults: ["libgptutils.oplus"],
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_library {
|
||||||
|
name: "libgptutils-bsg.oplus",
|
||||||
|
defaults: ["libgptutils.oplus"],
|
||||||
|
cflags: ["-D_BSG_FRAMEWORK_KERNEL_HEADERS"],
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user