commit | d928e81d61d057be8a25145681f6a24d54614996 | [log] [tgz] |
---|---|---|
author | Kiran Ramachandra <kiranmr@google.com> | Wed Mar 05 22:33:41 2025 +0000 |
committer | Kiran Ramachandra <kiranmr@google.com> | Wed Mar 05 22:57:41 2025 +0000 |
tree | 2539256cac8e7e39f1c33cca2c2c9a8209f81ec2 | |
parent | 40c0fa1b31f85d62fe4bcb2b0979ece5ae358af5 [diff] |
Added ExtServices aconfig flags lib Apex-Size-Increase: None, this is only adding a new flag dependency. Previous-Platform-Support: Yes Aosp-First: No Test-Info: N/A, this library only holds aconfig flags Flag: EXEMPT N/A Bug: 388899782 Test: manual + pre-submit Ignore-Aosp-First: changes in topics with internal-first Change-Id: Iac5c53439b7ef976865fd9fff7ee717ba0e590cd
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.