diff options
Diffstat (limited to 'boot_control/Android.bp')
-rw-r--r-- | boot_control/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot_control/Android.bp b/boot_control/Android.bp index f6a6ceddd..b2e68dfd4 100644 --- a/boot_control/Android.bp +++ b/boot_control/Android.bp @@ -28,6 +28,7 @@ cc_defaults { ], shared_libs: [ + "android.hardware.boot@1.1", "libbase", "liblog", ], |