commit | 0e8dbf88fb7126f6a55f4afb7dc38fbf95b9e656 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Apr 06 11:47:12 2022 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed Apr 06 11:58:01 2022 +0100 |
tree | ec4612b68f73ee8228018287596fe63e817c3a31 | |
parent | 27af85827a3e42537dcac9a4854196c6b371584c [diff] |
Convert finalize_sdk.py to use pathlib The legacy os path stuff is a bit cumbersome to work with. Test: together with the rest of the CLs in this set Change-Id: I94f7c6f04e9f3e1644b1cc6585c2c8752f6b33ef
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.