Commit 6b2537d
authored
Fix QNN Android AAR build (#18577)
Add missing attention_sink_rope_runner.cpp to Android JNI build
This fixes a linker error when building libexecutorch_jni.so for the QNN
flavor of the Android AAR. The QNN llama runner sources
(lhd_token_generator.cpp, token_generator.cpp, prompt_processor.cpp,
runner.cpp) reference AttentionSinkRopeRunner but its implementation
wasn't being compiled into the JNI library.1 parent fa81941 commit 6b2537d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
0 commit comments