Skip to content

Commit 4321307

Browse files
authored
Add required_for_abi_source_only = True to extension/android:executorch_llama
Differential Revision: D77479748 Pull Request resolved: #12093
1 parent 87dba50 commit 4321307

File tree

1 file changed

+1
-0
lines changed
  • extension/android

1 file changed

+1
-0
lines changed

extension/android/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ oncall("executorch")
55

66
non_fbcode_target(_kind = fb_android_library,
77
name = "executorch",
8+
required_for_source_only_abi = True,
89
srcs = [
910
"executorch_android/src/main/java/org/pytorch/executorch/DType.java",
1011
"executorch_android/src/main/java/org/pytorch/executorch/EValue.java",

0 commit comments

Comments
 (0)