Revert D13302768: [flipper] Upgrade to cmake 3.10.2

Differential Revision:
D13302768

Original commit changeset: c38601659bde

fbshipit-source-id: d624e51a489cd2d85288f85e13e09638e2ebb4be
This commit is contained in:
Pascal Hartig
2018-12-06 04:44:12 -08:00
committed by Facebook Github Bot
parent 03b5306459
commit 3b18303560
7 changed files with 1 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ android {
externalNativeBuild {
cmake {
version CMAKE_VERSION
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
targets 'flipper', 'event', 'event_extra', 'event_core'
}

View File

@@ -24,7 +24,6 @@ android {
}
externalNativeBuild {
cmake {
version CMAKE_VERSION
path './CMakeLists.txt'
}
}

View File

@@ -25,7 +25,6 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}

View File

@@ -24,7 +24,6 @@ android {
externalNativeBuild {
cmake {
path 'libevent-release-2.1.9/CMakeLists.txt'
version CMAKE_VERSION
}
}
}

View File

@@ -24,7 +24,7 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}
}
//'x86', 'x86_64', 'armeabi-v7a',

View File

@@ -25,7 +25,6 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}
}