Skip to content

Commit f04bc34

Browse files
committed
Demo app fix
1 parent 265a5e8 commit f04bc34

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/demo-apps/android/ExecuTorchDemo/app/src/main/java/com/example/executorchdemo/ClassificationActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import org.pytorch.executorch.EValue;
2323
import org.pytorch.executorch.Module;
2424
import org.pytorch.executorch.Tensor;
25-
import org.pytorch.executorch.TensorImageUtils;
2625

2726
public class ClassificationActivity extends Activity implements Runnable {
2827

extension/android/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ add_subdirectory(${EXECUTORCH_ROOT}/examples/third-party/fbjni
1919
if(CMAKE_TOOLCHAIN_ANDROID)
2020
add_library(executorch_jni SHARED jni/jni_layer.cpp)
2121
target_link_libraries(executorch_jni extension_data_loader extension_module
22-
fbjni)
22+
portable_ops_lib fbjni)
2323
if(EXECUTORCH_BUILD_QNN)
2424
target_link_libraries(executorch_jni qnn_executorch_backend)
2525
endif()

0 commit comments

Comments
 (0)