fix background and processed image orientation

Change-Id: Ia6b72db6a7d6e47bf96413544f7b9040ac9355c7
diff --git a/ForegroundSegmentation/buildandroid.sh b/ForegroundSegmentation/buildandroid.sh
index d9ab3ec..0dd344f 100644
--- a/ForegroundSegmentation/buildandroid.sh
+++ b/ForegroundSegmentation/buildandroid.sh
@@ -1,3 +1,23 @@
+# /*
+#  *  Copyright (C) 2004-2020 Savoir-faire Linux Inc.
+#  *
+#  *  Author: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
+#  *
+#  *  This program is free software; you can redistribute it and/or modify
+#  *  it under the terms of the GNU General Public License as published by
+#  *  the Free Software Foundation; either version 3 of the License, or
+#  *  (at your option) any later version.
+#  *
+#  *  This program is distributed in the hope that it will be useful,
+#  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  *  GNU General Public License for more details.
+#  *
+#  *  You should have received a copy of the GNU General Public License
+#  *  along with this program; if not, write to the Free Software
+#  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+#  */
+ 
 #! /bin/bash
 # Build the plugin for the project
 if [ -z $DAEMON ]; then
@@ -23,7 +43,7 @@
 #	if not, set default
 #=========================================================
 if [ -z $ANDROID_ABI ]; then
-    ANDROID_ABI="armeabi-v7a arm64-v8a x86_64"
+    ANDROID_ABI="armeabi-v7a arm64-v8a"
     echo "ANDROID_ABI not provided, building for ${ANDROID_ABI}"
 fi