commit | 978847362b478ee958b030a24d3c271030d69eab | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Wed Nov 01 20:09:28 2023 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Wed Nov 01 20:11:14 2023 +0000 |
tree | c6fde005df2d251b0f9d37685e285d98a5b652b8 | |
parent | 0be45080e71dd34f78d73fc286a8392bfc6a4b02 [diff] |
Revert "Added minsdkversion" Revert submission 2812458-work_min Reason for revert: <b/308802832 ,b/308802889 > Reverted changes: /q/submissionid:2812458-work_min Change-Id: I2db50ba8db330f1cffbe1e2ffe47c3f307349d75 Merged-In: 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.