You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use Makefile a lot for building the app (together with Bazel).
Since Flutter is not supported to be built with Bazel we still need Makefile as a convenient way to run build commands, but many Makefile in multiple subdirectories make it hard to debug and maintain.
There are many scripts in-lined in the Makefile, we should try to move them to Bazel. And Makefile should only be used as a convenient way to invoke commands.
The text was updated successfully, but these errors were encountered:
Currently, we use Makefile a lot for building the app (together with Bazel).
Since Flutter is not supported to be built with Bazel we still need Makefile as a convenient way to run build commands, but many Makefile in multiple subdirectories make it hard to debug and maintain.
There are many scripts in-lined in the Makefile, we should try to move them to Bazel. And Makefile should only be used as a convenient way to invoke commands.
The text was updated successfully, but these errors were encountered: