60f82201e9
We mount the APK by running zipfuse (asynchronously), and then try to run the payload from within it. There is a race condition - if the mount hasn't happened, the payload binary won't appear. This showed up when I switched to config-less VMs (so we no longer read the JSON configuration between the two operations) - but only on cuttlefish, and only in non-debug mode. Fix it by using a property to signal when the mount has completed. Bug: 243513572 Test: atest MicrodroidTests (locally & via acloud) Change-Id: Ib777e7f28afafebd128f8e0c149d485ab9351273 |
||
---|---|---|
.. | ||
.cargo | ||
src | ||
testdata | ||
Android.bp | ||
AndroidTest.xml | ||
Cargo.toml | ||
TEST_MAPPING |