From 66ca9ad8ee243d8167d38b71b3037ff6afb1ddbd Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Apr 2020 05:59:05 -0700 Subject: [PATCH] Add ndk specifier to glog Summary: Forgot to add it here previously, so it will diverge from others if there's a global NDK env var set. Reviewed By: nikoant Differential Revision: D21061431 fbshipit-source-id: 0a90211a63497bac467b2b9598c7c058145857cc --- android/third-party/overrides/glog/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/third-party/overrides/glog/build.gradle b/android/third-party/overrides/glog/build.gradle index 06389eb64..e5c953595 100644 --- a/android/third-party/overrides/glog/build.gradle +++ b/android/third-party/overrides/glog/build.gradle @@ -10,6 +10,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion rootProject.compileSdkVersion buildToolsVersion rootProject.buildToolsVersion + ndkVersion rootProject.ndkVersion defaultConfig { minSdkVersion rootProject.minSdkVersion