Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 712404e

Browse files
committed
more fixes
1 parent 609d56f commit 712404e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ci/licenses_golden/licenses_flutter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ FILE: ../../../flutter/flow/surface_frame.cc
828828
FILE: ../../../flutter/flow/surface_frame.h
829829
FILE: ../../../flutter/flow/surface_frame_unittests.cc
830830
FILE: ../../../flutter/flow/texture_unittests.cc
831+
FILE: ../../../flutter/flutter_vma/flutter_skia_vma.cc
831832
FILE: ../../../flutter/flutter_vma/flutter_skia_vma.h
832833
FILE: ../../../flutter/flutter_vma/flutter_vma.cc
833834
FILE: ../../../flutter/flutter_vma/flutter_vma.h

tools/gn

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,15 @@ def parse_args(args):
946946
'Do not use this outside of CI or with impellerc from a different engine version.'
947947
)
948948

949+
# This is currently a no-op, will be removed shortly.
950+
parser.add_argument(
951+
'--enable-impeller-vulkan',
952+
default=False,
953+
action='store_true',
954+
help='Enables WIP impeller support for vulkan. ' +
955+
'https://github.com/flutter/flutter/issues/107357'
956+
)
957+
949958
# Sanitizers.
950959
parser.add_argument('--asan', default=False, action='store_true')
951960
parser.add_argument('--lsan', default=False, action='store_true')

0 commit comments

Comments
 (0)