commit | b6b93309a84405bb5479d6a31526444ab9657261 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Dec 01 08:19:04 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Thu Dec 01 08:19:04 2022 -0800 |
tree | 7db530d895838d7319bf287e0033ce5abfe0d4f5 | |
parent | 3e742e4f41d7d5b7b95e63301547ad4934cef4c7 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/common Added SPDX-license-identifier-Apache-2.0 to: java/com/android/modules/targetprep/proto/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I97b92ff8cc572f8cf1a097421a5931fcac1468a2
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.