commit | 1c9068badf7969ddb8ad08c6748b37a1adc76f36 | [log] [tgz] |
---|---|---|
author | Etienne Ruffieux <eruffieux@google.com> | Tue Mar 15 16:49:14 2022 +0000 |
committer | Etienne Ruffieux <eruffieux@google.com> | Mon Mar 28 09:58:38 2022 +0000 |
tree | bdb35759d725e034d1c8bea1dcb1f15c17ab2290 | |
parent | 63246a94d9bad3ecec79a17f458f213561ce56ca [diff] |
Added Bluetooth dependencies for updatable Bug: 220306859 Test: atest Tag: #feature Ignore-AOSP-First: Apex only on internal for now Test-Info: atest Apex-Size-Increase: Size unchanged - 31.2 MB Previous-Platform-Support: None Change-Id: I4607212119556ee2d8929811bb6661fa23a07e39
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.