Commit 15365262 authored by dsq's avatar dsq

原生工程适配x64

parent e0e4c171
{ {
"app": { "app": {
"signingConfigs": [ "signingConfigs": [
], ],
"products": [ "products": [
{ {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
//"arguments": "-DOHOS_ENABLE_HWASAN=ON", //"arguments": "-DOHOS_ENABLE_HWASAN=ON",
//"arguments": "-DOH0S_ENABLE_ASAN=ON", //"arguments": "-DOH0S_ENABLE_ASAN=ON",
"cppFlags": "", "cppFlags": "",
"abiFilters": ["arm64-v8a"] "abiFilters": ["arm64-v8a","x86_64"]
}, },
}, },
"buildOptionSet": [ "buildOptionSet": [
......
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