commit | cd6c6ec48752f68306dddb6e4c87303375f01dc7 | [log] [tgz] |
---|---|---|
author | Samiul Islam <samiul@google.com> | Tue Jul 09 10:18:16 2024 +0000 |
committer | Samiul Islam <samiul@google.com> | Tue Jul 09 10:45:59 2024 +0000 |
tree | cc0c7981e26eabf916e4a77b3a2e0205d4110a2d | |
parent | 9a200dde1f1f96c264c183d43800056eee937153 [diff] |
Rename to RestrictedForEnvironment API feedback received to turn the annotation more explicit to avoid confusion. Bug: 320445933 Test: atest RestrictedForEnvironmentTests Change-Id: Ia4a3bc4dd96b75eb79e69babbe0aa4a264f41d3c
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.