commit | 5d64f9910cd2a577a7dbbda2597b63cf0b0e95a8 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Dec 06 18:17:40 2023 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Fri Dec 08 17:28:44 2023 +0000 |
tree | 7a6ad5a16743fa43c92fa5c21c3ab812148e0f69 | |
parent | 6d6755189d9380cc494d9158ad482de422f3beb5 [diff] |
Switch to 'external/google-smali' The 'external/smali' repo has been deprecated. Bug: 279165123 Test: TreeHugger Change-Id: I6b8d80a2a086a617f8ed87a08b4a8684d79b57d5
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.