commit | 4cf0a92501d6a62eca61ee5e920595445d51d7b9 | [log] [tgz] |
---|---|---|
author | Nate(Qiang) Jiang <qiangjiang@google.com> | Wed Jun 01 22:24:41 2022 +0000 |
committer | Nate(Qiang) Jiang <qiangjiang@google.com> | Wed Jun 01 22:31:13 2022 +0000 |
tree | 1cbc6d4ac4afb197a5c0ecee14fcf96eb0619a04 | |
parent | 2e4c3506c8f5b7257198182f7f107b3085768eba [diff] |
Update allowed_deps.txt wifi-service-pre-jarjar is a existed lib only use inside wifi module Apex-Size-Increase: No Previous-Platform-Support: Yes since 29 Aosp-First: No, internal Test-Info: Tetst with wifi module Bug: 172457099 Test: N/A Change-Id: I717cfa02f5b6c8c9740be061cdb8957bfefa8267
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.