commit | 354a18b679cda52efb26110f61618097c743aa3f | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Sat Jan 21 10:03:13 2023 -0800 |
committer | Alex Buynytskyy <alexbuy@google.com> | Sat Jan 21 11:57:55 2023 -0800 |
tree | 8ce23bedb0883a158b4763983f52400268cb71fe | |
parent | 56c36b3bb1e6b1baae71e4de129b3b82b38c2f87 [diff] |
Addressing CL comments. Bug: 260755259 Test: run locally Change-Id: Ica6e1dbcd0ef5b0db54465d7a33ef13ea53471bc
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.