diff options
-rw-r--r-- | system/stack/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/stack/Android.bp b/system/stack/Android.bp index af32f29084..1117af2187 100644 --- a/system/stack/Android.bp +++ b/system/stack/Android.bp @@ -449,6 +449,11 @@ cc_test { srcs: [ "test/ad_parser_unittest.cc", ], + shared_libs: [ + "android.system.suspend.control-V1-ndk", + "libbinder_ndk", + "libcrypto", + ], static_libs: [ "libbluetooth-types", "liblog", |