commit | 7aa68307e4d3946af0c937da2f159218644eb679 | [log] [tgz] |
---|---|---|
author | Chih-Yu Huang <akahuang@google.com> | Mon Oct 31 15:11:08 2022 +0900 |
committer | Chih-Yu Huang <akahuang@google.com> | Mon Oct 31 15:30:59 2022 +0900 |
tree | d345fd7b96f68bd59d82bd4b2382a40c3babe763 | |
parent | 71883fca0256d22f7b624de28f3e124d74a825ed [diff] |
allowed_deps: Add libzeroize The uwb module (external/uwb) plans to use the zeroize library to zero out the sensitive data before releasing the memory. This CL adds the libzeroize into allowed_deps.txt. Apex-Size-Increase: 4.2KB Previous-Platform-Support: Tiramisu Aosp-First: Yes. Test-Info: The unit test of libzeroize is enabled (ag/20297021) Bug: 254153648 Test: (croot && packages/modules/common/build/update-apex-allowed-deps.sh) Change-Id: I2474a4037e39d8dcce8f45767317e43fa8be57d7
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.