Snap for 7859607 from f192ca3ca279cadc41aecd225c6b4d555bce6360 to sc-v2-release

Change-Id: I83760e7c6b049aa60d0079f4da2d7b7afb6d5c1c
diff --git a/runtime/jit/jit_memory_region.cc b/runtime/jit/jit_memory_region.cc
index b0699c4..56407f5 100644
--- a/runtime/jit/jit_memory_region.cc
+++ b/runtime/jit/jit_memory_region.cc
@@ -556,7 +556,7 @@
       return false;
     }
   } else {
-    palette_status_t status = PaletteAshmemSetProtRegion(fd, PROT_READ);
+    palette_status_t status = PaletteAshmemSetProtRegion(fd, PROT_READ | PROT_EXEC);
     if (status != PALETTE_STATUS_OK) {
       CHECK_EQ(status, PALETTE_STATUS_CHECK_ERRNO);
       std::ostringstream oss;