commit | ef554fa633049e929cbc10e0e7ab04c19935010f | [log] [tgz] |
---|---|---|
author | William Escande <[email protected]> | Mon Aug 22 11:27:54 2022 -0700 |
committer | William Escande <[email protected]> | Mon Aug 22 11:27:54 2022 -0700 |
tree | eb4e3cae81a9d4880a9a69333d51b7c21236fe32 | |
parent | 9d9d8d2fce264c9b7fe994a3b06d435abf6709bc [diff] |
[Bluetooth apex] Use new apex name The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: Ic8b7238ed5eee75b59a2ac293a14b3da3e0107b0
A Rust macro to generate structures which behave like a set of bitflags
Add this to your Cargo.toml
:
[dependencies] bitflags = "1.3"
and this to your source code:
use bitflags::bitflags;
The minimum supported Rust version is 1.46 due to use of associated constants and const functions.