From 0ef67ba36163808a949135d08dcb9a18afc69d5b Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Tue, 8 Nov 2016 10:15:30 -0700 Subject: android: remove stray line in build.py Fix bad merge of build-android/build.py One line came from the wrong side of the previous merge. Change-Id: I295023fb3ea9edf4d1d519aba7871d54b72ca7cb --- build-android/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build-android/build.py b/build-android/build.py index cc5c9d5bb..2633fd0e6 100755 --- a/build-android/build.py +++ b/build-android/build.py @@ -219,7 +219,6 @@ def main(): ], }, ] - print(' '.join(build_cmd)) default_ignore_patterns = shutil.ignore_patterns( "*CMakeLists.txt", -- cgit v1.2.3