forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stamp fuchsia packages with api level (flutter#29998)
BUG: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=87813 As part of the fuchsia platform versioning we are stamping all of our packages with a target api level which can be read by our assembly tools. We would like to be able to update the target api level with a roller so I added a file which can is read by the gn tool. I am open to suggestions about how to change this is we do not want to add file read calls to our gn script.
- Loading branch information
1 parent
22b522a
commit f373343
Showing
3 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters