commit | 8602a6bdb063e78baa703e39f6f3982d23c8f550 | [log] [tgz] |
---|---|---|
author | Sungtak Lee <taklee@google.com> | Wed Oct 04 21:54:15 2023 +0000 |
committer | Sungtak Lee <taklee@google.com> | Thu Oct 05 00:52:27 2023 +0000 |
tree | ad8b6403895e88eee357dd3b4e93a7c49efe3fae | |
parent | 25a6a5df1bd467c70ef7b625343a48eeec557265 [diff] |
Add media.c2 aidl to mainline Apex-Size-Increase: 72KB Previous-Platform-Support: yes Aosp-First: yes Test-Info: build and flash Test: m Bug: 254050314 Change-Id: If681b3b421ae2dd89d9fdaf9aed83ee4369c21d8
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.