commit | 06cf9a7cb51e09125d0ba4570d9379d660b67383 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Tue May 28 11:28:49 2024 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Wed Jun 12 19:36:39 2024 +0000 |
tree | 31bf5a0058d3bc244c3f5025b0e515792e0bebc2 | |
parent | 664b18304e67edc3cf7cf696e35e9dacb4eb0e20 [diff] |
prebuilt_androidx-constraintlayout_constraintlayout(minSdkVersion:21) Change-Id: Iecfc22709bed28ef1094e7e5d488e87913d93708 Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: yes Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution
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.