diff options
-rw-r--r-- | system/service/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/service/Android.bp b/system/service/Android.bp index 8e909cbe11..ef579ad871 100644 --- a/system/service/Android.bp +++ b/system/service/Android.bp @@ -152,6 +152,7 @@ cc_binary { android: { shared_libs: [ "android.hardware.bluetooth.audio-V3-ndk", + "libPlatformProperties", ], }, }, @@ -247,6 +248,7 @@ cc_test { "android.system.suspend-V1-ndk", "libbinder", "libvndksupport", + "libPlatformProperties", ], }, host: { |