Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jun 13, 2024
1 parent 8921bf5 commit 16307b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/patches/jni_prefix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ index be0ee6ca43b..8f90d4f6c33 100644
sb = []
sb.append(f"""\
// This file was generated by
diff --git a/jni_zero/java_types.py b/jni_zero/java_types.py
diff --git a/third_party/jni_zero/java_types.py b/third_party/jni_zero/java_types.py
index 06708f70ab3..a4df349a492 100644
--- a/jni_zero/java_types.py
+++ b/jni_zero/java_types.py
--- a/third_party/jni_zero/java_types.py
+++ b/third_party/jni_zero/java_types.py
@@ -62,6 +62,7 @@ class JavaClass:
_fqn: str
# This is only meaningful if make_prefix have been called on the original class.
Expand Down

0 comments on commit 16307b4

Please sign in to comment.