diff options
author | Colin Cross <ccross@android.com> | 2022-03-24 15:51:22 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2022-03-24 15:51:30 -0700 |
commit | dd62128b7fc103a291be32c941d8c26afabb40a5 (patch) | |
tree | 703994da369c03b0f2c5d27c54022e76b4bbca42 /framework/java/android/bluetooth/BluetoothHapClient.java | |
parent | 6c9c2d7da92b5c38ba7d50eabbec4ee54ba4de50 (diff) |
Tweak linux_glibc properties for musl builds in packages/modules/Bluetooth
For convenience, builds against musl libc currently use the
linux_glibc properties because they are almost always linux-specific
and not glibc-specific. In preparation for removing this hack,
tweak the linux_glibc properties by either moving them to host_linux,
which will apply to linux_glibc, linux_musl and linux_bionic, or
by setting appropriate musl or linux_musl properties. Properties
that must not be repeated while musl uses linux_musl and also still
uses the linux_glibc properties are moved to glibc properties, which
don't apply to musl. Whether these stay as glibc properties or get
moved back to linux_glibc later once the musl hack is removed is TBD.
Bug: 223257095
Test: m checkbuild
Test: m USE_HOST_MUSL=true host-native
Change-Id: Id0313946fa7071e8a75deddc9c22f5e9632eb064
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHapClient.java')
0 files changed, 0 insertions, 0 deletions