fixup! [M120] Bring up autofill
[platform/framework/web/chromium-efl.git] / tizen_src / build / cross_build_mobile.sh
index a19ba14..47e2893 100755 (executable)
@@ -26,10 +26,6 @@ function postBuild() {
   rollbackGbsSysrootChanges $1
 }
 
-if [ -z "$GYP_GENERATOR_OUTPUT" ]; then
-  export GYP_GENERATOR_OUTPUT=${TOPDIR}/"out.cross.arm"
-fi
-
 parseHostBuildScriptParams crosscompile $@
 
 if [ -z "$GBS_ROOT_PATH" ]; then
@@ -52,15 +48,11 @@ export RANLIB_target=${CROSS_COMPILE}ranlib
 export SYSROOTDIR="${GBS_ROOT_PATH}"/local/BUILD-ROOTS/scratch.armv7l.0
 export PKG_CONFIG_SYSROOT_DIR="${SYSROOTDIR}"
 export PKG_CONFIG_PATH="${SYSROOTDIR}/usr/lib/pkgconfig:${SYSROOTDIR}/usr/share/pkgconfig"
-export GYP_CROSSCOMPILE=1
 
 export PATH="${TOPDIR}/build/cross-shim:$PATH"
 
 preBuild ${SYSROOTDIR}
 
-export __GYP_CHROMIUMEFL_TARGET=crosscompile
-hostGypChromiumEfl -Dbuilding_for_tizen_mobile=1
-
 hostNinja crosscompile
 RET=$?