-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: engine-toolEngine-specific tooling (i.e. `tools/engine_tool`).Engine-specific tooling (i.e. `tools/engine_tool`).engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Steps to reproduce
From a macos host,
- After having synced the flutter sources, run
$ ./engine/src/flutter/tools/gn \ --disable-desktop-embeddings \ --enable-minimal-linux \ --linux-cpu=arm \ --arm-float-abi=hard \ --target-os=linux \ --target-triple=armv7-unknown-linux-gnueabihf \ --target-sysroot=/ # some arbitrary path will do if you don't have an actual sysroot available
Expected results
The ninja build files should be generated succesfully
Actual results
The command exits with
ERROR at //flutter/shell/platform/embedder/BUILD.gn:147:21: Undeclared identifier
cflags_objc = flutter_cflags_objc
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: engine-toolEngine-specific tooling (i.e. `tools/engine_tool`).Engine-specific tooling (i.e. `tools/engine_tool`).engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team