Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native_assets_cli] Refactor into
BuildInput
(#1871)
This PR changes the public API according to #1738, and should have minimal behavior changes. Everything in `HookConfig` causes a different `input.outputDirectory`, all the other elements in the `input` do not. * This leads to the `packageName` no longer influencing the checksum, so the default output directory has been changed to `.dart_tool/native_assets_builder/$packageName/$checksum`. Follow up PRs: * Serialize to a new JSON format * get rid of cCompiler envScript Design: * #1738
- Loading branch information