blob: 852800e8a771be02df5eb477b964fea82c66ba81 [file] [log] [blame]
cc_library {
name: "android.hardware.boot@1.1-impl-pixel-legacy",
stem: "android.hardware.boot@1.0-impl-1.1-pixel-legacy",
vendor: true,
recovery_available: true,
srcs: [
"BootControlShared.cpp",
"LegacyBootControl.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
relative_install_path: "hw",
shared_libs: [
"libbase",
"liblog",
"libhardware",
"libhidlbase",
"libutils",
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
],
static_libs: [
"libboot_control",
"libbootloader_message_vendor",
"libfstab",
],
}