enable xnnpack in default_full_aar_build_settings (#12682)

This commit is contained in:
Cheng 2022-08-25 10:41:06 +08:00 committed by GitHub
parent f1528ea50f
commit eba4f77d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
"--build_java",
"--build_shared_lib",
"--use_nnapi",
"--use_xnnpack",
"--skip_tests"
]
}
}