commit | 8c63ce27d4d3e87f535769976e9b9185fa372b9b | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 19 17:14:04 2021 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 20 08:00:43 2021 +0000 |
tree | aa6967108b075529dc102eb76f150f506ef96013 | |
parent | 327cfcf2dfe281de4ac8178da69e1e562881870d [diff] |
Allow PROT_EXEC on the zygote mappings when falling back to ashmem Because we now protect the mappings before creating the executable one, we need to also allow PROT_EXEC on an ashmem region. Test: manually change code to use ashmem, build, see that JIT is created. Bug: 202999239 Change-Id: I9f2944c45f4ff607c7e341552c82138bfe13cca4