commit | 04031582e7cbe43864d0c142babaa0e4730911ab | [log] [tgz] |
---|---|---|
author | xiaoyingliu <xiaoyingliu@google.com> | Thu Feb 02 17:34:35 2023 +0000 |
committer | xiaoyingliu <xiaoyingliu@google.com> | Thu Feb 02 20:37:30 2023 +0000 |
tree | 415a2bf38a6aae3edd8340acb4ac01fda297ebe0 | |
parent | 08654942bd00ca73dd045c268b0cc313d2ed9fa4 [diff] |
Add service_entitlement dependencies Previous-Platform-Support: Yes Aosp-First: No. Internal first. Apex-Size-Increase: 0.1M Test-Info: Unit test passed. Manual test passed. Test: atest com.android.libraries.entitlement, atest com.android.server.wifi Change-Id: I98a0b9f7437dd0145bdf45b099128fe2abbf5152
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.