commit | e23abcb65dcf890782c8a92e93ed7bff49f598f7 | [log] [tgz] |
---|---|---|
author | Abhijeet Kaur <abkaur@google.com> | Wed Jun 23 13:48:37 2021 +0100 |
committer | Abhijeet Kaur <abkaur@google.com> | Wed Jun 23 13:48:37 2021 +0100 |
tree | d09957799369c62e3a5fd80af7b11ad036f8e871 | |
parent | 4a24ea1d1231b3a448913939753c2c1d82d00c62 [diff] |
Update minSdkVersion check for glide_prebuilt Bug: 185801129 Test: build Change-Id: If66e7ad13151fa1ae82773473a7734f9e12aad81
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.