diff options
Diffstat (limited to 'test/180-native-default-method/build.py')
-rw-r--r-- | test/180-native-default-method/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/180-native-default-method/build.py b/test/180-native-default-method/build.py index 62aac82103..d88008f070 100644 --- a/test/180-native-default-method/build.py +++ b/test/180-native-default-method/build.py @@ -14,7 +14,7 @@ # limitations under the License. def build(ctx): - ctx.default_build() + ctx.default_build(d8_dex_container=False) if ctx.jvm: return # Change the generated dex file to have a v35 magic number if it is version 38 |