Loading src/build.sh +7 −3 Original line number Diff line number Diff line Loading @@ -351,8 +351,12 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then build_success=true fi elif [ "${IS_EMULATOR}" = true ]; then if breakfast_device && mka; then if ( [ "$android_version_major" -lt "13" ] && mka sdk_addon ) || mka emu_img_zip; then if breakfast_device; then if [ "$android_version_major" -lt "14" ]; then if mka sdk_addon; then build_success=true fi elif mka && mka emu_img_zip; then build_success=true fi fi Loading Loading
src/build.sh +7 −3 Original line number Diff line number Diff line Loading @@ -351,8 +351,12 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then build_success=true fi elif [ "${IS_EMULATOR}" = true ]; then if breakfast_device && mka; then if ( [ "$android_version_major" -lt "13" ] && mka sdk_addon ) || mka emu_img_zip; then if breakfast_device; then if [ "$android_version_major" -lt "14" ]; then if mka sdk_addon; then build_success=true fi elif mka && mka emu_img_zip; then build_success=true fi fi Loading