commit | 85914d25664e40aad9959711f3522752d822292e | [log] [tgz] |
---|---|---|
author | Steven Liu <steveliu@google.com> | Wed May 01 20:22:06 2024 +0000 |
committer | Steven Liu <steveliu@google.com> | Wed May 01 20:55:46 2024 +0000 |
tree | abcb71dd4e3c21cd5352e0e9c0d6a9e72b894073 | |
parent | cebb84de89e62f8ee20f757dc53bd3f99a94ba4c [diff] |
Add calling HAL API of channel sounding. Apex-Size-Increase: 50k Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: build and verify the channel sounding function on devices. Bug: 338259287 Test: make Change-Id: I48703535846bbece8dc93ccb5b2742ba3268e60a
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.