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: Yes
Test-Info: it has own unit tests

Bug: 196532440
Test: m
Change-Id: I18b9e30047f2c10fdc7c00b240be413bebfb912e
Merged-In: I18b9e30047f2c10fdc7c00b240be413bebfb912e
1 file changed
tree: 2f5ff81bb1886543b34799795f083b8eae6663b1
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. MODULES_OWNERS
  8. OWNERS
  9. PREBUILTS_MODULE_OWNERS
  10. PREUPLOAD.cfg
  11. 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.