commit | 734b190536a001f020e004b2608f4979ec019f6b | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jun 17 05:24:07 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Jun 17 05:24:07 2023 +0000 |
tree | b770f31b7bf992450d0bba04d9585b1d793d191e | |
parent | 1538453403e0a38ecc8b0f83fb5e3babe696af39 [diff] | |
parent | 3992533818249356631de20f7814105364fd3546 [diff] |
Snap for 10341497 from 3992533818249356631de20f7814105364fd3546 to udc-qpr1-release Change-Id: I232802c19b9954595b7f3f567f047df87030e3ba
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.