Merge "Revert^2 "Add SDK extension host exports to module SDKs."" into main am: b486438649 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3501001 Change-Id: I1f97fe75e559c29bf86f195c1ac4a0d447e0cf09 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.