commit | ce508ac67690e50642ecad97115eaed626a73c93 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Wed Aug 11 17:23:11 2021 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Wed Aug 25 10:58:42 2021 -0700 |
tree | 8cecd2944ba48a86385441191f779544bd6d11ae | |
parent | 30ca6a055e5765063b0ec98d97a95d188222b6c9 [diff] |
Split basic audio types from audioclient-types-aidl-cpp There are basic types that will be used both by the SAIDL interface with audio HAL and by framework AIDL interfaces. They used to be in audioclient-types-aidl-cpp which isn't "stable". Bug: 188932434 Test: m Apex-Size-Increase: 17 KiB Previous-Platform-Support: No Aosp-First: No Ignore-AOSP-First: Part of a topic, will upstream to AOSP Test-Info: N/A (interface) Change-Id: I60ad5cdadaae9f040d2fc9ffed2395a3a87c0f46 Merged-In: I60ad5cdadaae9f040d2fc9ffed2395a3a87c0f46
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.