commit | 8cb11b9e4856252a7ccb1ebf9a2a5557aeca5dfd | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Mar 21 14:57:10 2024 +0000 |
committer | Gurpreet Singh <gurpreetgs@google.com> | Fri Mar 22 10:41:15 2024 +0000 |
tree | 88ea2db2ebf7829399cec41a371f6a09ab4c806b | |
parent | c6354c4494a398f70e3551a3da908688ae705300 [diff] |
fetch module_sdk to project mapping in finalize_sdk Fetching mainline-modules-info.json file to get the module_sdk project path. Bug: 321970705 Test: packages/modules/common/tools/finalize_sdk.py -f 13 -b 256848771 -r 'Finalized in November 2022 between T and U (adservices, mediaprovider)' -m com.google.android.adservices -m com.google.android.mediaprovider 11610947 Change-Id: Idd317857f7b5f75737987e0a78d6adb3250a23f6
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.