File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616 }
1717
1818 dependencies {
19- classpath ' com.android.tools.build:gradle:8.5 .0'
19+ classpath ' com.android.tools.build:gradle:8.9 .0'
2020 classpath ' com.vanniktech:gradle-maven-publish-plugin:0.31.0'
2121 }
2222
Original file line number Diff line number Diff line change 1+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2+ # All rights reserved.
3+ #
4+ # This source code is licensed under the BSD-style license found in the
5+ # LICENSE file in the root directory of this source tree.
6+
7+ set_overridable_option(EXECUTORCH_ENABLE_LOGGING ON )
8+ set_overridable_option(EXECUTORCH_LOG_LEVEL Info)
9+ set_overridable_option(EXECUTORCH_BUILD_TESTING OFF )
10+
11+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
12+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
13+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_MODULE ON )
14+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON )
15+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TENSOR ON )
16+ set_overridable_option(EXECUTORCH_BUILD_KERNELS_CUSTOM ON )
17+ set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON )
18+ set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON )
19+ set_overridable_option(EXECUTORCH_BUILD_XNNPACK ON )
20+ set_overridable_option(EXECUTORCH_XNNPACK_SHARED_WORKSPACE ON )
You can’t perform that action at this time.
0 commit comments