commit | 088782940d30db92a7bdbaa3daaedae74aa02aa9 | [log] [tgz] |
---|---|---|
author | Etienne Ruffieux <eruffieux@google.com> | Mon Dec 05 13:30:17 2022 -0800 |
committer | Etienne Ruffieux <eruffieux@google.com> | Wed Dec 07 18:19:49 2022 +0000 |
tree | 9f7daf561b7db0a96f438eba35194e8ce2fe5756 | |
parent | d9fc88f5c3f823ab06becf4a0462e614f3a074eb [diff] |
Restore Bluetooth Framework min SDK version Bluetooth framework min_sdk was incorrectly "current", retoring it to 33. Test: manual Tag: #feature Bug: 246953241 Merged-In: I7d875e1e524371d05dde426dd9dd3d3c988645b1 Merged-In: Ie1d51f1b520a39dfc4d8f50a0c57b5330fd419b8 Change-Id: Ie1d51f1b520a39dfc4d8f50a0c57b5330fd419b8
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
This project uses a single source path for java code. All java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.