commit | bac05582c44e7b3ab09eac99f04757d69ef0d082 | [log] [tgz] |
---|---|---|
author | Ronish Kalia <ronish@google.com> | Thu Mar 09 20:14:33 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 09 20:14:33 2023 +0000 |
tree | c9f4b55012fd705272b22cc618adc8833d0f73a7 | |
parent | 5dcaf63c5ae3ccd4149a06067018359b49791d94 [diff] |
Revert "Add new sdk-> repo mapping to finalize_sdk.py" This reverts commit 5dcaf63c5ae3ccd4149a06067018359b49791d94. Reason for revert: Not required after ag/21907841 Change-Id: I7385d43a9c4f46656afb642f4e865ba8399e67b9
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.