| package { |
| default_applicable_licenses: ["Android-Apache-2.0"], |
| } |
| |
| cc_library { |
| name: "[email protected]", |
| stem: "[email protected]", |
| vendor: true, |
| recovery_available: true, |
| srcs: [ |
| "BootControlShared.cpp", |
| "LegacyBootControl.cpp", |
| ], |
| cflags: [ |
| "-Wall", |
| "-Werror", |
| ], |
| relative_install_path: "hw", |
| shared_libs: [ |
| "libbase", |
| "liblog", |
| "libhardware", |
| "libhidlbase", |
| "libutils", |
| "[email protected]", |
| "[email protected]", |
| "[email protected]", |
| ], |
| static_libs: [ |
| "libboot_control", |
| "libbootloader_message_vendor", |
| "libfstab", |
| ], |
| } |