commit | c56fd378b9cda122f44a35b7087535624dcc73f7 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Wed Feb 09 10:30:08 2022 +0800 |
committer | paulhu <paulhu@google.com> | Wed Feb 09 10:30:08 2022 +0800 |
tree | aa324f6a298d1d7aed31e2f08c6a41cf1b4500bd | |
parent | 6ea0eb45c5d67806d70bb9d70a33d2cddbc4eea1 [diff] |
Update sdk version for mdns aidl libs The minSdkVersion of mdns_aidl_interface libs should align the tethering apex minSdkVersion. Thus, update minSdkVersion to 30. Bug: 209894875 Test: m Change-Id: I4c22b74614f22eb10302f909ec2300376da5ba76
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.