-
Notifications
You must be signed in to change notification settings - Fork 873
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otherwise there are errors ``` ERROR at //brave/third_party/rust/sha2/v0_10/BUILD.gn:56:15 (//build/toolchain/android:android_clang_arm): Item not found deps -= [ "//brave/third_party/rust/cpufeatures/v0_2:lib" ] ^---------------------------------------------- You were trying to remove "//brave/third_party/rust/cpufeatures/v0_2:lib" from the list but it wasn't there. See //brave/third_party/rust/ed25519_dalek_bip32/v0_2/BUILD.gn:36:5: which caused the file to be included. "//brave/third_party/rust/sha2/v0_10:lib", ``` - at `src/brave/third_party/rust/aes/v0_8/BUILD.gn` - at `src/brave/third_party/rust/keccak/v0_1/BUILD.gn` - at `src/brave/third_party/rust/sha2/v0_10/BUILD.gn` - at `src/brave/third_party/rust/sha2/v0_9/BUILD.gn` Happens when current_cpu=arm
- Loading branch information
1 parent
6c9117c
commit 0c6aef0
Showing
4 changed files
with
12 additions
and
4 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
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