From 5d9e9aa40292faac7a0622e3bbb6a46b0789484c Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 21 Sep 2018 03:24:00 -0700 Subject: [PATCH] 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 --- android/third-party/native.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }