Skip to content

Commit 3b1a542

Browse files
committed
chore: remove additional executorch archive
1 parent 5cffb8d commit 3b1a542

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

android/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ string(APPEND CMAKE_CXX_FLAGS " -DRCT_NEW_ARCH_ENABLED")
1111

1212
set(ANDROID_CPP_DIR "${CMAKE_SOURCE_DIR}/src/main/cpp")
1313
set(COMMON_CPP_DIR "${CMAKE_SOURCE_DIR}/../common")
14-
set(ET_LIB_DIR "${CMAKE_SOURCE_DIR}/libs")
14+
set(ET_LIB_DIR "${CMAKE_SOURCE_DIR}/../third-party/android/libs")
1515
set(ET_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/../third-party/include")
1616

1717
add_subdirectory("${ANDROID_CPP_DIR}")

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ dependencies {
162162
implementation 'com.facebook.fbjni:fbjni:0.6.0'
163163
implementation 'org.opencv:opencv:4.10.0'
164164
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
165-
implementation(files("libs/executorch.aar"))
165+
implementation(files("../third-party/android/libs/executorch.aar"))
166166
implementation 'org.opencv:opencv:4.10.0'
167167
implementation("com.squareup.okhttp3:okhttp:4.9.2")
168168
}

android/libs/executorch.aar

-11.1 MB
Binary file not shown.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"common",
1717
"*.podspec",
1818
"third-party/include",
19+
"third-party/android/libs",
1920
"!ios/build",
2021
"!android/build",
2122
"!android/gradle",
-13.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)