commit | 539ebcd77e38c3918614dcdec8f208c40dde28c4 | [log] [tgz] |
---|---|---|
author | Michael Butler <butlermichael@google.com> | Tue Oct 26 03:29:13 2021 +0000 |
committer | Michael Butler <butlermichael@google.com> | Mon Oct 25 21:12:43 2021 -0700 |
tree | 0df11848c1a8a75769f0c928877097714f2bb961 | |
parent | 363e6a3e5f1c921a064eb15db1a523d06f66d21e [diff] |
Revert "Add neuralnetworks_utils_hal_aidl_v2 to allowed_deps.txt" Revert "Provide explicitly version NNAPI AIDL utils lib -- runtime." Revert submission 16007539-nnapi-experimental-aidl-feature Reason for revert: The cherry-pick of this CL breaks the build Reverted Changes: Ieb2da3461:Add neuralnetworks_utils_hal_aidl_v2 to allowed_de... I8ae01e3c6:Provide explicitly version NNAPI AIDL utils lib --... I74f1798e8:Provide explicitly versioned NNAPI AIDL utils libs... I2362464e8:Use explicitly versioned NNAPI HAL util libs in da... No-Allowed-Deps-Check: This CL is a revert Test: mma Change-Id: Ia7df07ab9b2b1b96be2cccf53d87ade8323b3abe Merged-In: Ia7df07ab9b2b1b96be2cccf53d87ade8323b3abe (cherry picked from commit 1792be2e014902a924fa3f1141192580812141db)
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.