commit | a61770fed2b0ea8d555a48dcc526107b6548d557 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Wed Jun 08 19:43:44 2022 +0000 |
committer | Gurpreet Singh <gurpreetgs@google.com> | Fri Jun 10 14:55:28 2022 +0000 |
tree | 294a179d62469f74295352c802495a16b4b3c8f5 | |
parent | 2c7c723d38a944ecd3ba916c62c05ecee57d06ac [diff] |
Generating api diff files for each module sdk. In order to detect the addition of any new APIs in any mainline module, an API diff file (current module sdk vs the last finalized module sdk) needs to be generated correpsonding to each module sdk. This CL generates the API diff files corresponding to each module sdk and copy that to the out/dist directory. This CL also contains the tests to verify the generation of api diff files. Bug: 230609867 Test: builds successfully. Generates API diff files for each module sdk "atest mainline_modules_sdks_test" passes. Change-Id: I1d8276a4054b92490ccca3dae36c48c639925f46
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.