aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 4c6eac27b0..ac036c28ee 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -169,8 +169,10 @@ config("default") {
libs += [
"c++_static",
"c++abi",
- "android_support",
]
+ if (ndk_api < 21) {
+ libs += [ "android_support" ]
+ }
}
if (is_ios) {