diff options
author | 2023-02-10 19:13:56 +0000 | |
---|---|---|
committer | 2023-02-12 06:11:56 +0000 | |
commit | 1b1e1325b68a65063eb96ca5646e40d7651708c3 (patch) | |
tree | 119cb36f3c53dee61f21acdb63294e3d1e9049f3 | |
parent | dc64d0cfc30225f1fdb30333f6bd88d4e3e7d8d1 (diff) |
Add libPlatformProperties as dependency to bluetoothtbd
This is used to remove differences between aosp and internal
master for the next commit and avoid a merge error
Test: None
Bug: 263885771
Merged-In: I9183250d831dab96765d068138822bfe36b31057
Change-Id: Ia9b02c24c471f974d3c20db675a4a952b473dad8
-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: { |