commit | c20a4befaccfcb8ec8c91b93b2f08a081bd253f2 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Wed Nov 01 18:42:58 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 01 18:43:01 2023 +0000 |
tree | 4818357d07bab2887fff86fa2422d085f49fbd6e | |
parent | 490c0b3aba0282796b658f48141a06360343472f [diff] |
Revert "Added minsdkversion" Revert submission 25237156-work_min Reason for revert: <b/308802832 ,b/308802889 > Reverted changes: /q/submissionid:25237156-work_min Change-Id: Ie80c291c639422471c640053259b50aa06b0bc05
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.