Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 029f1b3c authored by Matthew Reynolds's avatar Matthew Reynolds
Browse files

Added strict_mode: false to android.bp for the robolectric tests

The robolectric tests were failing because isRobolecticTest() references
android.os.Build which is injected as part of the Robolectric environment,
unforatunately, after the Rule is instantiated, which causes the test to
fail.  Turning off strict_mode in Android.bp works around this.

Bug: 334089788
Flag: TEST_ONLY
Test: tested manually with atest
Change-Id: Iac7486e82a801600a84d4f17854f97cc3bedd99b
parent ff4ec7ef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment