Revert "build/allowed_deps.txt: add libaom_neon_i8mm"

Revert submission 3096435-libaom_neon_i8mm

Reason for revert: Build break due to error: always_inline function 'vusdotq_s32' requires target feature 'i8mm'

Reverted changes: /q/submissionid:3096435-libaom_neon_i8mm

Bug: 362860355
Change-Id: Ia9464e7866a7303790ac8a39fe5a8b6a848700ed
1 file changed
tree: f29adf197814ac2084fa5198a922ec8a5a8668eb
  1. build/
  2. java/
  3. javatests/
  4. proguard/
  5. proto/
  6. sdk/
  7. tools/
  8. Android.bp
  9. MODULES_OWNERS
  10. OWNERS
  11. PREBUILTS_MODULE_OWNERS
  12. PREUPLOAD.cfg
  13. 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.