Skip to content

Commit

Permalink
pkgconfig: Merge Requires.private and Requires. Another workaround for
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Oct 30, 2023
1 parent 84a9366 commit 2ee3da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/com/android/ndkports/PortTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ abstract class PortTask(objects: ObjectFactory) : DefaultTask() {
.replace(generatedDirectory.absolutePath, "/__PREFAB__PACKAGE__PATH__")
.replace(ndkPathAbsolute, "/__NDK__PATH__")
.replace("Libs.private:", "Libs:")
.replace("Requires.private:", "Requires:")
)
}
}
Expand Down

0 comments on commit 2ee3da7

Please sign in to comment.