This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Move //third_party/android_embedding_dependencies
to //flutter/third_party
.
#53587
Merged
auto-submit
merged 7 commits into
flutter:main
from
matanlurey:buildmoot-android-embedding-deps
Jul 3, 2024
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fffbbe7
Move //third_party/android_embedding_dependencies to //flutter/third_…
matanlurey da169b6
++
matanlurey 516bdf7
Merge remote-tracking branch 'upstream/main' into buildmoot-android-e…
matanlurey 1cfe31f
++
matanlurey 6309bde
++
matanlurey fe4f12d
Merge remote-tracking branch 'upstream/main' into buildmoot-android-e…
matanlurey e4e2709
++
matanlurey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Signature: 2670e7ab781a8bc009ac069d3b7d9cb5 | ||
Signature: ab7d947173008367f25140349a15810a | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -31,6 +31,7 @@ final Set<String> skippedPaths = <String>{ | |
r'flutter/lib/web_ui/dev', // these are build tools; they do not end up in Engine artifacts | ||
r'flutter/prebuilts', | ||
r'flutter/sky/packages/sky_engine/LICENSE', | ||
r'flutter/third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android | ||
r'flutter/third_party/android_tools', // excluded on advice | ||
r'flutter/third_party/angle/android', | ||
r'flutter/third_party/angle/doc', | ||
|
@@ -220,7 +221,6 @@ final Set<String> skippedPaths = <String>{ | |
r'fuchsia/sdk/mac/NOTICE.fuchsia', | ||
r'fuchsia/sdk/mac/tools', | ||
r'out', // output of build | ||
r'third_party/android_embedding_dependencies', // Not shipped. Used only for the build-time classpath, and for the in-tree testing framework for Android | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why could this be removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as opposed to relocated |
||
r'third_party/android_tools', // excluded on advice | ||
r'third_party/java', // only used for Android builds | ||
r'third_party/libxml', // dependency of the testing system that we don't actually use | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non blocking where does this hash come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea, CI tells me about it