sm8250-common: bootctrl: add previous definitions to build in Android.bp
This commit is contained in:
parent
15492e786c
commit
f4a59c1102
@ -1,6 +1,3 @@
|
|||||||
soong_namespace {
|
|
||||||
}
|
|
||||||
|
|
||||||
filegroup {
|
filegroup {
|
||||||
name: "bootctrl_hal_src",
|
name: "bootctrl_hal_src",
|
||||||
srcs: [
|
srcs: [
|
||||||
@ -32,3 +29,16 @@ cc_defaults {
|
|||||||
],
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_library {
|
||||||
|
name: "bootctrl.kona",
|
||||||
|
defaults: ["bootctrl_hal_defaults"],
|
||||||
|
static_libs: ["libgptutils.moto_kona"],
|
||||||
|
}
|
||||||
|
|
||||||
|
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"],
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user