diff options
Diffstat (limited to 'bootctrl/Android.bp')
| -rw-r--r-- | bootctrl/Android.bp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp new file mode 100644 index 0000000..852800e --- /dev/null +++ b/bootctrl/Android.bp @@ -0,0 +1,29 @@ +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", + ], +} |
