mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 13:56:40 +08:00
When generating the plugin registrant for Linux, also generate a makefile that can be included in the app-level Makefile to manage all of the plugin targets and flags, exporting them in a few known variables for use in the outer makefile. Part of #32720