diff --git a/android/third-party/native.gradle b/android/third-party/native.gradle index 18aab7ef3..6245b122c 100644 --- a/android/third-party/native.gradle +++ b/android/third-party/native.gradle @@ -150,7 +150,7 @@ task prepareLibEvent(dependsOn: [downloadLibEvent], type: Copy) { onlyIf { isCacheOutOfDate(CACHE_REVISION) } from tarTree(downloadLibEvent.dest) from './overrides/LibEvent/' - include 'libevent-release-2.1.9/**/*', 'build.gradle', 'ApplicationManifest.xml', 'CMakeLists.txt' + include 'libevent-release-2.1.9/**/*', 'build.gradle', 'ApplicationManifest.xml' includeEmptyDirs = false into "$externalDir/LibEvent" }