diff options
| author | 2023-11-16 15:41:46 +0000 | |
|---|---|---|
| committer | 2023-11-17 17:48:26 +0000 | |
| commit | 5424283b62c436dbb67b665992454a1dc8061953 (patch) | |
| tree | cc1d3ff83d02222468e919c13507cb14ea12565f /test/180-native-default-method/build.py | |
| parent | 5a3271d7caafefd10a20f5a5db09d2c178838b76 (diff) | |
Revert^2 "Add support for dex containers (DEX v41)."
This reverts commit a3b8c73d8ae9943c8aaabf49349302b4c05cea71.
Reason for revert: Reland
Test: ./art/test.py -b --host --optimizing --64
Test: device boots with container dex enabled for framework
Test: tests pass with compax dex re-enabled
Change-Id: I100a796f5105c351a531a45dcbea8b0245f598a8
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 |