diff options
Diffstat (limited to 'diagnose_usb/Android.bp')
-rw-r--r-- | diagnose_usb/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/diagnose_usb/Android.bp b/diagnose_usb/Android.bp index 6bee28c10..93d13bd56 100644 --- a/diagnose_usb/Android.bp +++ b/diagnose_usb/Android.bp @@ -3,6 +3,11 @@ cc_library_static { cflags: ["-Wall", "-Wextra", "-Werror"], host_supported: true, recovery_available: true, + apex_available: [ + "com.android.adbd", + // TODO(b/151398197) remove the below + "//apex_available:platform", + ], target: { windows: { enabled: true, |