Skip to content

Commit 71b062e

Browse files
committed
Fix
1 parent 4acacfd commit 71b062e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

extension/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/cmake/preset/android.cmake

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

0 commit comments

Comments
 (0)