Fix gn build error

We need to specify this variable now that we're sharing base with
mojo.git.
This commit is contained in:
Adam Barth
2016-01-28 23:49:06 -08:00
parent a46a5919e4
commit 4e813129b4

View File

@@ -201,4 +201,6 @@ if (is_android) {
} else {
assert(false, "Unknown Android ABI: " + current_cpu)
}
android_log_tag = "\"flutter\""
}