commit | 001eedd447e5c54681da268927108e9a761006ef | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Thu Jul 21 13:43:21 2022 +1000 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Thu Jul 21 13:44:10 2022 +1000 |
tree | 5577394bc9e8abdf43ea3199048ae9dbfb8f2f02 | |
parent | 0960b692e6ffbd6b5d8b084cfdd3230dedcd1957 [diff] |
Update documentation for @EnforcePermission Remove incorrect example of @RequiresPermission Test: n/a Change-Id: I4163cec2fc1d373362151fdf8b9b0553c048a3db
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.