diff options
Diffstat (limited to '1.1/impl/Android.bp')
-rw-r--r-- | 1.1/impl/Android.bp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/1.1/impl/Android.bp b/1.1/impl/Android.bp new file mode 100644 index 0000000..4c26db2 --- /dev/null +++ b/1.1/impl/Android.bp @@ -0,0 +1,20 @@ +cc_library_shared { + name: "android.hardware.boot@1.1-impl-qti", + stem: "android.hardware.boot@1.0-impl-1.1-qti", + defaults: [ + "hidl_defaults", + ], + relative_install_path: "hw", + vendor: true, + recovery_available: true, + srcs: ["BootControl.cpp"], + shared_libs: [ + "liblog", + "libhidlbase", + "libhardware", + "libutils", + "android.hardware.boot@1.0", + "android.hardware.boot@1.1", + "libboot_control_qti", + ], +} |