Add fp16_headers in allowed_deps.txt.

Fix go/apex-allowed-deps-error for aosp/1793621.

Apex-Size-Increase: 4KB for fp16_headers.a
du -h out/target/product/generic_arm64/obj/HEADER_LIBRARIES/fp16_headers_intermediates/fp16_headers.a
4.0K	out/target/product/generic_arm64/obj/HEADER_LIBRARIES/fp16_headers_intermediates/fp16_headers.a
Previous-Platform-Support: 30
Aosp-First: No
Ignore-AOSP-First: merge conflict resolutions
Test-Info: it has own unit tests

Bug: 196532440
Test: m
Change-Id: I18b9e30047f2c10fdc7c00b240be413bebfb912e
1 file changed
tree: 544569d95f1bd12f42a3bdc587a7d7e22360a6d5
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. generate_ml_bundle.sh
  8. MODULES_OWNERS
  9. OWNERS
  10. PREBUILTS_MODULE_OWNERS
  11. PREUPLOAD.cfg
  12. README.md
README.md

packages/modules/common

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.

java code

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.