diff options
author | 2023-11-13 16:17:11 -0800 | |
---|---|---|
committer | 2023-11-14 15:14:17 -0800 | |
commit | 8fc34c4a4dd6505f7e7571e434291c830025a4b6 (patch) | |
tree | bf5bea66c8327b58b57cc321580168bf5c85094c /sysprop/Android.bp | |
parent | 928cf290c8fabf4fba347c6c142bb190452502d6 (diff) |
Sysprop: wrap usage because of Floss
Test: m Bluetooth | No-op change
Bug: 310741104
Change-Id: I95d113e90ba710d687722f846f52011950bf3f5d
Diffstat (limited to 'sysprop/Android.bp')
-rw-r--r-- | sysprop/Android.bp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysprop/Android.bp b/sysprop/Android.bp index 4f848817f2..76750c9220 100644 --- a/sysprop/Android.bp +++ b/sysprop/Android.bp @@ -20,3 +20,14 @@ sysprop_library { }, apex_available: ["com.android.btservices"], } + +cc_library_static { + name: "libcom.android.sysprop.bluetooth.wrapped", + host_supported: true, + whole_static_libs: ["libcom.android.sysprop.bluetooth"], + export_include_dirs: ["exported_include"], + export_static_lib_headers: ["libcom.android.sysprop.bluetooth"], + visibility: ["//packages/modules/Bluetooth/system:__subpackages__"], + apex_available: ["com.android.btservices"], + min_sdk_version: "Tiramisu", +} |