commit | 46ef92275f435ab46cfa6e848e844d50a9067da9 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Aug 22 14:46:01 2018 -0700 |
committer | Florian Mayer <fmayer@google.com> | Wed Aug 22 21:46:45 2018 +0000 |
tree | 17f6121c82089878312f66214ac924a29273f09d | |
parent | a4238afbd1d086db841126957d779b506dc4e2b6 [diff] [blame] |
Do not specify API level twice. Change-Id: Ie9900610f44b290e971871a51036b5c51cb6be75
diff --git a/gn/standalone/BUILD.gn b/gn/standalone/BUILD.gn index 16e391c..1866a79 100644 --- a/gn/standalone/BUILD.gn +++ b/gn/standalone/BUILD.gn
@@ -127,7 +127,7 @@ "-isystem$android_compile_sysroot/$android_compile_sysroot_subdir", "-isystem$android_compile_sysroot", "-DANDROID", - "-D__ANDROID_API__=21", + "-D__ANDROID_API__=${android_api_level}", "--target=$android_abi_target", ] cflags_cc += [