Skip to content

Commit

Permalink
Mock platform all correctly.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597041182
Change-Id: I768753c02026a5cd0ab251ef3805a8dd12f83597
  • Loading branch information
Googler authored and copybara-github committed Jan 9, 2024
1 parent 2d5af9c commit 1328c93
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public static void setup(
"licenses(['notice'])",
"constraint_setting(name = 'cpu')",
"constraint_value(",
" name = 'all',",
" constraint_setting = ':cpu',",
")",
"constraint_value(",
" name = 'x86_32',",
" constraint_setting = ':cpu',",
")",
Expand Down

0 comments on commit 1328c93

Please sign in to comment.