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

Commit add2bb26 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Separate mutators and modules creation into a separate file in fsgen

filesystem_creator.go file is getting too large; this change separates
the filesystem_module definition and the fsgen package mutators and
modules creation logic.

Test: m nothing --no-skip-soong-tests
Change-Id: I832d4369984f3e45eb92278ea3a091f8c47f467e
parent 42f9ff86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ bootstrap_go_package {
    ],
    srcs: [
        "filesystem_creator.go",
        "fsgen_mutators.go",
        "prebuilt_etc_modules_gen.go",
    ],
    testSrcs: [
        "filesystem_creator_test.go",
+0 −594

File changed.

Preview size limit exceeded, changes collapsed.

+342 −0

File added.

Preview size limit exceeded, changes collapsed.

+298 −0

File added.

Preview size limit exceeded, changes collapsed.