mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Build standalone library on Android. (flutter/engine#55566)
Fixes https://github.com/flutter/flutter/issues/156012
This commit is contained in:
parent
166590d6c2
commit
1b5af4fd8f
@ -153,6 +153,11 @@ group("flutter") {
|
||||
]
|
||||
}
|
||||
|
||||
# Build the standalone Impeller library.
|
||||
if (is_mac || is_linux || is_win || is_android) {
|
||||
public_deps += [ "//flutter/impeller/toolkit/interop:library" ]
|
||||
}
|
||||
|
||||
if ((flutter_runtime_mode == "debug" || flutter_runtime_mode == "profile") &&
|
||||
(is_ios || is_android)) {
|
||||
public_deps += [ "//flutter/testing/scenario_app" ]
|
||||
@ -213,7 +218,6 @@ group("unittests") {
|
||||
"//flutter/impeller:impeller_dart_unittests",
|
||||
"//flutter/impeller:impeller_unittests",
|
||||
"//flutter/impeller/toolkit/interop:example",
|
||||
"//flutter/impeller/toolkit/interop:library",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user