commit | 5edb66c5b5d79ed3e20afa7e54dde5d62a874692 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Dec 15 00:49:19 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Dec 20 13:43:27 2021 +0900 |
tree | cb0888bc62916efbff8987c19a824b16be0eee76 | |
parent | 737bceeaae5e98fec3d4a44ead34a9f88559adc1 [diff] |
Add fmtlib_headers to the allowed list. fmtlib has been in the list. The header variant of the lib was created and it needs to be added as well. Bug: 209929099 Test: m Test-Info: No behavior change. fmtlib has been in the allow list. The header variant of the lib was created and it is used in the header-only contexts. Apex-Size-Increase: 0 Previous-Platform-Support: 29 (the same as min_sdk_version of fmtlib) Aosp-First: Yes. Change-Id: Ic430285fdb2d64077e6d61c81c78aab4a9842ed7
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.