Remove CMakeList.txt copy
Summary: The file doesn't actually exist anymore as we found our earlier today. Reviewed By: priteshrnandgaonkar Differential Revision: D9972135 fbshipit-source-id: aac5f5afd301169aaa552554b11fd4132285d951
This commit is contained in:
committed by
Facebook Github Bot
parent
574c05c41d
commit
5d9e9aa402
2
android/third-party/native.gradle
vendored
2
android/third-party/native.gradle
vendored
@@ -150,7 +150,7 @@ task prepareLibEvent(dependsOn: [downloadLibEvent], type: Copy) {
|
|||||||
onlyIf { isCacheOutOfDate(CACHE_REVISION) }
|
onlyIf { isCacheOutOfDate(CACHE_REVISION) }
|
||||||
from tarTree(downloadLibEvent.dest)
|
from tarTree(downloadLibEvent.dest)
|
||||||
from './overrides/LibEvent/'
|
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
|
includeEmptyDirs = false
|
||||||
into "$externalDir/LibEvent"
|
into "$externalDir/LibEvent"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user