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
This commit is contained in:
Pascal Hartig
2020-04-16 05:59:05 -07:00
committed by Facebook GitHub Bot
parent 5ba0dfcc17
commit 66ca9ad8ee

View File

@@ -10,6 +10,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion rootProject.compileSdkVersion compileSdkVersion rootProject.compileSdkVersion
buildToolsVersion rootProject.buildToolsVersion buildToolsVersion rootProject.buildToolsVersion
ndkVersion rootProject.ndkVersion
defaultConfig { defaultConfig {
minSdkVersion rootProject.minSdkVersion minSdkVersion rootProject.minSdkVersion