From b11145c3ce6d851b59bcd43cb44d3a01cb01cf72 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Thu, 6 Oct 2022 14:26:30 +0700 Subject: [PATCH] chore(android): Remove unnecessary build action --- android/build.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/android/build.sh b/android/build.sh index c07f4db43e..6130d84287 100755 --- a/android/build.sh +++ b/android/build.sh @@ -173,13 +173,6 @@ if builder_start_action build:app; then builder_finish_action success build:app fi -# Default build action -if builder_start_action build; then - _build_engine - _build_app - builder_finish_action success build -fi - # Building Sample apps if builder_start_action build:samples; then _build_samples