Do not set CrossBuild to true when building runtime tests for Android (#55641)
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>
Fri, 30 Jul 2021 16:38:19 +0000 (12:38 -0400)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 16:38:19 +0000 (16:38 +0000)
commit6fb0d44c15ccae0ab3d58526d3d15a8ede357961
tree5f762a15cc6b067aa8b43ae62197a974c0118ec0
parent52b99664f3e75ed6f002c2c3520427f3a4a20647
Do not set CrossBuild to true when building runtime tests for Android (#55641)

* Fix _packageRID

* Hack to enable arm64 run for PR

* Dealing with the case when both PortableBuild and CrossBuild were set to true

* Do not set CrossBuild to true when building for Android

* Update src/tests/build.sh

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
* Revert qualification hack

Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
src/tests/build.sh