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

Commit 5a88269a authored by Ying Wang's avatar Ying Wang
Browse files

Build only modules required by the current product.

Don't build modules_to_check by default.
Instead add "checkbuild" to the command line as a build goal, if you
want to build everything.
We can use the "checkbuild" goal to make sure some build targets on the
build server still build everything.

Bug: 7253452
Change-Id: I84b62116131e85d1f32d58a424cdfd9d51fa9755
parent 7ace2368
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -733,7 +733,6 @@ $(ALL_C_CPP_ETC_OBJECTS): | all_copied_headers
.PHONY: files
files: prebuilt \
        $(modules_to_install) \
        $(modules_to_check) \
        $(INSTALLED_ANDROID_INFO_TXT_TARGET)

# -------------------------------------------------------------------