Skip to content

Commit

Permalink
Remove reference to generated JNI headers
Browse files Browse the repository at this point in the history
They are wired in from within the JniNokeePlugin.

Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Nov 27, 2021
1 parent 1e05f9c commit 73c1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library {
baseName = 'native-platform'
sources.configureEach(CppSourceSet) {
source.from('src/shared/cpp', 'src/main/cpp')
headers.from('src/shared/headers', 'build/generated/jni-headers/main')
headers.from('src/shared/headers')
}
variants.configureEach {
if (NcursesVersion.values().any { buildVariant.hasAxisOf(it) }) {
Expand Down

0 comments on commit 73c1d92

Please sign in to comment.