commit | 510c755fdb82a09017fa0507a38936cc193431c0 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Fri Apr 26 11:21:47 2024 -0700 |
committer | Patrick Rohr <prohr@google.com> | Wed May 15 14:54:15 2024 -0700 |
tree | a6de8a9cbf0c3d91eb7cecba1f460411a170c21d | |
parent | 26f0bc69bbfa737e503ece65217e9f534e531350 [diff] |
Rev netd_aidl_interface to version 15 Test: atest netd_integration_test Aosp-First: n/a Test-Info: atest netd_integration_test Apex-Size-Increase: negligible Previous-Platform-Support: n/a Change-Id: I7b716520e2cc02e02c576c9c1ac7eed7b8ba09fd
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.