android_recovery_motorola_o.../bootctrl/1.1/impl/Android.bp
electimon ae7bf49520 bruh
2022-02-01 21:56:14 +00:00

24 lines
579 B
Text

filegroup {
name: "android.hardware.boot@1.1-impl-qti_src",
srcs: ["BootControl.cpp"],
}
cc_defaults {
name: "android.hardware.boot@1.1-impl-qti_defaults",
defaults: [
"hidl_defaults",
"libboot_control_qti_defaults",
],
relative_install_path: "hw",
vendor: true,
recovery_available: true,
srcs: [":android.hardware.boot@1.1-impl-qti_src"],
shared_libs: [
"liblog",
"libhidlbase",
"libhardware",
"libutils",
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
],
}