commit | b29e69f54203b91e0dddb75be9ff4a76c5160c57 | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Thu Jan 13 12:18:49 2022 -0800 |
committer | Xusong Wang <xusongw@google.com> | Tue Jan 18 10:48:35 2022 -0800 |
tree | c4901b70e858135cfa04d6a4f5013e33e7b8ada4 | |
parent | 023527e0a940c33f61b5247a89f0304627de9c42 [diff] |
Add android.hardware.neuralnetworks-V4-ndk to allowed_deps. Apex-Size-Increase: N/A Previous-Platform-Support: 30 Aosp-First: Yes Ignore-AOSP-First: merge conflict resolutions Test-Info: NeuralNetworksTest_static,VtsHalNeuralnetworksTargetTest Bug: 202431255 Test: NeuralNetworksTest_static Test: VtsHalNeuralnetworksTargetTest Change-Id: Iea35b4faaf304b60f1bb054ac91c35649c5148e8 Merged-In: Iea35b4faaf304b60f1bb054ac91c35649c5148e8 (cherry picked from commit c85c20089fd0490a8a2380f60b908917761b5abd)
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.