You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
779 B
35 lines
779 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_library {
|
|
name: "android.hardware.boot@1.2-impl-pixel-legacy",
|
|
stem: "android.hardware.boot@1.0-impl-1.2-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",
|
|
"android.hardware.boot@1.2",
|
|
],
|
|
static_libs: [
|
|
"libboot_control",
|
|
"libbootloader_message_vendor",
|
|
"libfstab",
|
|
],
|
|
}
|