| commit | f49c38c2c1b9d4e5767893dbb21afbf5dd77c495 | [log] [tgz] |
|---|---|---|
| author | Anton Hansson <hansson@google.com> | Tue Apr 09 08:42:32 2019 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 09 08:42:32 2019 +0000 |
| tree | 1acf9b9f7f6d3a5364fd0d99304746844bb6ca62 | |
| parent | a76f88be023173f0ba74244f8348b07a586067fe [diff] | |
| parent | 66bd1852f17d3d8b848c3a0697cdc4bc0c8e8279 [diff] |
Merge "Enable JIT Zygote experiment in mainline boardconfig"
diff --git a/target/board/BoardConfigMainlineCommon.mk b/target/board/BoardConfigMainlineCommon.mk index 8d2957c..6c56671 100644 --- a/target/board/BoardConfigMainlineCommon.mk +++ b/target/board/BoardConfigMainlineCommon.mk
@@ -41,3 +41,6 @@ # Enable system property split for Treble BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true + +# Generate an APEX image for experiment b/119800099. +DEXPREOPT_GENERATE_APEX_IMAGE := true