| commit | 7551128cab0d9b6398861ea67cfa1ee5f58a0811 | [log] [tgz] |
|---|---|---|
| author | Achigo Liu <achigoliu@google.com> | Thu Aug 29 03:22:09 2024 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 29 03:22:17 2024 +0000 |
| tree | f29adf197814ac2084fa5198a922ec8a5a8668eb | |
| parent | 5db2bd8e2e0e981049a97c5674cff4bff10a69c6 [diff] |
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
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.