Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96ce83bb authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Move sdk_library submodule build rules to sdk_library_internal.go

This change moves the build rules of the submodules of the
source/prebuilt java_sdk_library and the definition of the sdkLibraryXml
module type to the newly introducing sdk_library_internal.go file.

This allows sdk_library.go to solely focus on the build rules of the
sdk_library and sdk_library_import, and let sdk_library_internal.go file
to define the properties of the submodules.

This change also adds documentation of all submodules generated by the
source/prebuilt java_sdk_library.

Test: m nothing --no-skip-soong-test
Bug: 308827369
Change-Id: If3c926d257d43bc7b059c15f8854b95f428a982a
parent 480c0e5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ bootstrap_go_package {
        "sdk.go",
        "sdk_library.go",
        "sdk_library_external.go",
        "sdk_library_internal.go",
        "support_libraries.go",
        "system_modules.go",
        "systemserver_classpath_fragment.go",
+5 −915

File changed.

Preview size limit exceeded, changes collapsed.

+1013 −0

File added.

Preview size limit exceeded, changes collapsed.