commit | 6e8c2f2fd718dea2781f80906aaccc62ffb34357 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Apr 08 12:51:17 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Apr 13 23:57:30 2021 +0000 |
tree | 6104fbe7c4338f49d8bfc1a693c38cae0764dd4b | |
parent | f898518ada24fc4db6f3380cfd70a0daa1c29697 [diff] |
DO NOT MERGE: min_sdk_version of prebuilts are recorded correctly This change fixes a bug that min_sdk_versions of android_library_import are recorded as "(no version)" even when `min_sdk_version` property is correctly set. Bug: N/A Test: m Merged-In: Ic301f0cb262e1caed0e5f9d9836266a7d320f1b6 Change-Id: Ic301f0cb262e1caed0e5f9d9836266a7d320f1b6
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.