Revert "Revert "Enable named mmap usage on Android""

We have fixed the original problem requiring the revert. This reverts commit ed7c4d5c. Bug: b/171498948 Change-Id: I02afbf9df677f6b691d0929a1f577ff355ef08e8 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/52668Reviewed-by: 's avatarJason Macnak <natsu@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarJason Macnak <natsu@google.com> Presubmit-Ready: Jason Macnak <natsu@google.com> Commit-Queue: Jason Macnak <natsu@google.com>
parent 3ab17bd7
...@@ -201,6 +201,7 @@ cc_defaults { ...@@ -201,6 +201,7 @@ cc_defaults {
], ],
cflags: [ cflags: [
"-DREACTOR_ANONYMOUS_MMAP_NAME=swiftshader_jit",
"-Wno-unused-parameter", "-Wno-unused-parameter",
"-Wno-implicit-fallthrough", "-Wno-implicit-fallthrough",
], ],
...@@ -233,6 +234,7 @@ cc_defaults { ...@@ -233,6 +234,7 @@ cc_defaults {
], ],
cflags: [ cflags: [
"-DREACTOR_ANONYMOUS_MMAP_NAME=swiftshader_jit",
"-Wno-unused-parameter", "-Wno-unused-parameter",
"-Wno-implicit-fallthrough", "-Wno-implicit-fallthrough",
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment