commit | 6333a6df7357a60c0aa6271ac1133af7bf1faf8f | [log] [tgz] |
---|---|---|
author | Chalard Jean <jchalard@google.com> | Sun Feb 06 17:44:14 2022 +0900 |
committer | Chalard Jean <jchalard@google.com> | Tue Feb 08 23:06:53 2022 +0900 |
tree | 1cb7acd7fbf94e6b3dcebea64cd81598a41b461b | |
parent | 169c4978def18b3256f1a5cb9feb28d91d6033ae [diff] |
Allow APEXes to depend on networkstack-aidl-interfaces-V14 Test: new tests included in the topic Apex-Size-Increase: trivial, one new method Previous-Platform-Support: supported all the way to 29, though no code will call it until 33 Aosp-First: AOSP first Test-Info: already has extensive testing Change-Id: I21e398a986fdd74c2601756c31dd3afcfeb57974
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.