commit | fa90e1e5e0d2c0e4ded12d66cc6ac59b7db4e264 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Mar 29 12:49:29 2022 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Wed Mar 30 09:44:02 2022 +0000 |
tree | ba75d12ebcb700e35dab75e4023cd05f1bfd4c45 | |
parent | 2ef33a4d6553f9718da17c4c02e28be5a33d2208 [diff] |
mainline_modules_sdks.py: Fix issues with r snapshot Moves the generated Android.bp file from the root of the snapshot zip file into the sdk_library/ sub-directory to allow the zip to be unpacked in a directory that already contains an Android.bp file that defines the apex_set for the corresponding APEX. Also, removes the stubs_src property from the generated Android.bp file. Bug: 218685706 Test: packages/modules/common/build/mainline_modules_sdks.sh --build-release=R atest --host mainline_modules_sdks_test # deleted vendor/unbundled_google/modules/IpSecGooglePrebuilt from rvc-dev checkout. # unpacked out/soong/mainline-sdks/for-R-build/ipsec-module-sdk-current.zip # ran "m nothing" Change-Id: I03e2060dc06338a8d0102744f79c75d33d567a17
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.