commit | 1f316ea1d59522360fea6a48931ca518ce48128b | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Jul 30 10:51:03 2021 -0700 |
committer | Roshan Pius <rpius@google.com> | Mon Aug 02 08:34:01 2021 -0700 |
tree | 2ea48d38af34b06b935aeabafa409ca5522d7329 | |
parent | 6013658cc88da8f091d1714c97368125a819692e [diff] |
Move existing UWB API classes to UWB apex Following instructions from go/mainline-java-lib to move the existing UWB API classes to the new apex. Bug: 194906542 Test: Compiles Change-Id: I92a20d40b94a5b3fda5cae98a411a3ab75b845ee
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.