commit | 49bdded9ec19c773e9719fca5c23af7c7e8796d8 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Wed Sep 08 17:30:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 08 17:30:10 2021 +0000 |
tree | 9af0b7f84747aaadfcc7a60eb0e5e7dd37d30764 | |
parent | c05814a2680ee6db378d24e42231db0215c08d7c [diff] | |
parent | 7ff1014bb0bd02b1bbe66de1a36c345b1174c432 [diff] |
Add support of Wifi hostapd AIDL interface. am: 7ff1014bb0 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1819980 Change-Id: I825ddca7c86e88041df91a086f75b8b5322db2f4
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.