commit | eaf77a45a793a7a92e6bddfc65d39956b5ccc17b | [log] [tgz] |
---|---|---|
author | Sunil Ravi <sunilravi@google.com> | Wed Sep 18 21:15:26 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 18 21:15:26 2024 +0000 |
tree | cdee33136a2fde5896c11674eaeaecb03ad09705 | |
parent | 8005b27c0eaa9229af25409ef04fda55a227bc39 [diff] | |
parent | 842d94242f183dec14163edf39c5b2343c6f01da [diff] |
Add android.hardware.wifi.supplicant-V4-java to allowed_deps am: 4437ced041 am: 842d94242f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3272896 Change-Id: I0297fe32572ee56924bf6d7c352b062b20e9c050 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.