Skip to content

Commit 253f2fa

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Demo app fix (#2697)
Summary: Pull Request resolved: #2697 Reviewed By: mergennachin, shoumikhin Differential Revision: D55392526 Pulled By: kirklandsign fbshipit-source-id: a9ca2a12d85dc0b3c16c43689bbdb334884e852b
1 parent 265a5e8 commit 253f2fa

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)