aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-08-09 20:20:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-09 20:20:09 +0000
commite178632e86f9bb66fc51d0c74d4804096f335c10 (patch)
treee43d4376492d40ff6b6e346ef7882c15a4536ad4 /checkbuild.py
parent9697e2dbb4f8de9a1347924b38bdd40693c6288d (diff)
parent332fe35c740ea125aedb262e3fa554ee2f9c310d (diff)
downloadndk-e178632e86f9bb66fc51d0c74d4804096f335c10.tar.gz
Merge "Explicitly build c++_static."
Diffstat (limited to 'checkbuild.py')
-rwxr-xr-xcheckbuild.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/checkbuild.py b/checkbuild.py
index 6a4d0aebb..437255041 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -803,6 +803,10 @@ class Libcxx(ndk.builds.Module):
'bash', ndk_build, build_support.jobs_arg(), 'V=1',
'APP_ABI=' + ' '.join(self.abis),
+ # Since nothing in this build depends on libc++_static, we need to
+ # name it to force it to build.
+ 'APP_MODULES=c++_shared c++_static',
+
'BIONIC_PATH=' + bionic_path,
# Use the prebuilt platforms and toolchains.