From 9f62dba97e085ce045ce46e094b760283c6ea9fd Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 28 Jan 2020 15:48:05 +0300 Subject: [PATCH] travis: enable ndk-bundle to strip libconscrypt.so --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d1fc08b6..6f193ab0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ android: components: - android-29 - build-tools-28.0.3 + - ndk-bundle before_script: - sed -i "s/blue {}//" app/build.gradle # - sed -i "s/debug {}//" app/build.gradle