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:
committed by
Facebook GitHub Bot
parent
5ba0dfcc17
commit
66ca9ad8ee
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user