commit | ca3fdcd165a0e0d2a1204040226b2fdf13fc7bf2 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Apr 29 12:19:39 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Apr 29 12:19:39 2022 +0900 |
tree | e8f0bec6d90f5937e5d43d3ebbbbd0039d356bab | |
parent | 018e0d0f5403ec76f2f2a1035b099014ec442f10 [diff] |
Update allowed-deps after setting NN's min_sdk_version libneuralnetworks and its deps now set min_sdk_version, which was hard-coded in build/soong/android/apex.go. Bug: 158059172 Test: m Change-Id: I5d7edc259d3ae38676757851d6e59f34a5983bfd
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.