commit | 363e6a3e5f1c921a064eb15db1a523d06f66d21e | [log] [tgz] |
---|---|---|
author | Xusong Wang <xusongw@google.com> | Thu Oct 14 15:52:10 2021 -0700 |
committer | Michael Butler <butlermichael@google.com> | Mon Oct 25 14:13:41 2021 -0700 |
tree | cd4cdcc28006e6225449eb6125b075fd30417b51 | |
parent | aabc6e2ac52b974971b55b13ecdd8355b8184a54 [diff] |
Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt No-Allowed-Deps-Check: This is just a module rename: neuralnetworks_utils_hal_aidl is renamed to neuralnetworks_utils_hal_aidl_v2. Ignore-AOSP-First: This CL is to be submitted in the same topic with an internal only project. Bug: 202405342 Test: build Test: NNAPI CTS/VTS Change-Id: Ieb2da3461ac0e1e24e441e670da065f92479bf26 Merged-In: Ieb2da3461ac0e1e24e441e670da065f92479bf26 (cherry picked from commit 014d386a7ebce37f2db980aa202a72f6aca730ad)
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.